Small and simple application, that includes usage of:
- Spring Boot
- Angular 11
- MySQL 8
- Ability to see current employees
- Add new employee on demand
- Delete existing employee if one is retired
- Update current data of single employee
- Search for particular employee, especially useful on feature's query
- Ability to see current employees
- Add new employee on demand
- Delete existing employee if one is retired
- Update current data of single employee
- Search for particular employee, especially useful on feature's query
- Clone it
- Open it in IDE of interest
- Change branch to backend
- Check all dependecies, then Build project
- Insure, that you have MySQL server up and running
- Create database called employeemanager
- Start server by running CloneApplication class
- Goto config Java package and find link to Swagger (check For enthusiasts section)
- Inside swagger make as many as you want POST requests to create new employee
- Change branch to frontend
- Start application by typing into IDE embedded Terminal ng serve --open
- As application is opened, enjoy it:pizza:
Check this application out in a Swagger
- Youtube channel Get Arrays
- Youtube channel The Net Ninja
- Youtube channel Amigoscode