First fork and clone the repository. Then in the project directory Employee_Management open the terminal and key in
./start.sh
To check functionalities use Postman preferably on localhost:5555/ The project uses embedded H2 database.
Implements short user stories as follows:
- Adding new employee
- Showing list of all employees with filtering possibility on employee's attributes
- Showing list of all positions in the company with number of employees on every position.
- Changing status of employee, so that this employee will not be shown on the lists - prevents from removing employees from the database.
Please, find the paths.md files to easily check all features.
- Karol Patecki as karolpat