Employee management system
Budget: ₹600 – ₹1,500 INR
Create a Spring boot Project (REST services) for Employee Management system.
Features include:
- Login/Registration feature
- List Employee Feature
- Add Employee Feature
- Update Employee Feature
- Delete Employee Feature
You can use Mysql DB and create a basic table called "Employee" and further add fields like name, age, salary, dob etc.
After completing above features, add security roles to Delete Feature, such that only users with ADMIN role only can delete the employee. For users other than ADMIN role, delete operation should not be performed.
Features include:
- Login/Registration feature
- List Employee Feature
- Add Employee Feature
- Update Employee Feature
- Delete Employee Feature
You can use Mysql DB and create a basic table called "Employee" and further add fields like name, age, salary, dob etc.
After completing above features, add security roles to Delete Feature, such that only users with ADMIN role only can delete the employee. For users other than ADMIN role, delete operation should not be performed.