The Employee Directory project is a Spring Boot application that provides REST APIs for CRUD operations on an employee directory. It showcases proficiency in Spring Boot and modern web development practices.
- RESTful APIs: Implements CRUD operations on employee data, allowing seamless interaction with the application.
- Robust Architecture: Utilizes a layered architecture with controllers, service layer, and DAO for efficient and organized database connectivity.
- Native Hibernate API: Leverages native Hibernate API for database interaction, ensuring reliable data management.
- Java
- Spring Boot
- Hibernate ORM
To run the Employee Directory project locally, follow these steps:
- Clone this repository.
- Build the project using Maven:
mvn clean install. - Run the application:
mvn spring-boot:run.
Once the application is running, you can access the RESTful APIs to perform CRUD operations on employee data. Use tools like Postman or curl to interact with the APIs.
Contributions are welcome! If you have any suggestions, bug fixes, or feature implementations, please open an issue or submit a pull request.