A Spring Boot REST CRUD API.
- Perform CRUD Operations on two entities - Employee and Department.
- Employee Details are stored in PostgreSQL database.
- Department Details are stored in MongoDB database.
- Implemented Exception Handling.
- Performed Unit Testing for Controller and Service layers.