Developed a RESTful API using Spring Boot to manage employee data effectively. Implemented CRUD functionalities, enhancing organizational data accessibility. Ensured attention to detail in API design and database management. A simple CRUD (Create, Read, Update, Delete) application built using Spring Boot. This project manages employee records with basic operations like adding, viewing, updating, and deleting employees.
- Create new employees
- View list of employees
- Update employee details
- Delete employees
- RESTful API implementation
- Spring Boot backend with MVC architecture
- Java
- Spring Boot
- Spring Data JPA
- H2 / MySQL (configurable)
- Thymeleaf (for frontend, if applicable)
- Maven
Employee_Management_System/ βββ src/ β βββ main/ β β βββ java/com/example/employee/ β β β βββ controller/ β β β βββ entity/ β β β βββ repository/ β β β βββ service/ β β βββ resources/ β β βββ application.properties β β βββ templates/ β βββ test/ βββ pom.xml βββ README.md