A RESTful web service developed using Spring Boot where a manager can access all the information related to employees, like employee attendance or absence data and department information, employee dependent information etc. An Employee can create their profile using email, giving details and uploading their photo.
- Create Employee
- Retrieve information of both individual and list of employees
- Update Employee information
- Delete Employee
Backend
- SpringBoot
- Spring Data JPA
- PostgreSQL
Frontend
- Bootstrap
- Angular
Install Employee REST Api with maven and Run the @SpringBootApplication file: BackendApplication
cd ../project_folder
mvn clean install