Welcome to the Patient Management System, a demo project that provides CRUD (Create, Read, Update, Delete) operations for managing patients using RESTful APIs and MongoDB.
-
CRUD Operations:
- Create new patient records.
- Retrieve all patients or a specific patient by ID.
- Update patient information.
- Delete patient records.
-
RESTful APIs:
- Built using Spring Boot for scalable and maintainable RESTful services.
-
MongoDB Integration:
- Store and retrieve patient data efficiently using MongoDB.
- Backend:
- Spring Boot (Java)
- RESTful API architecture
- Database:
- MongoDB
- Build Tool:
- Maven
- Other Tools:
- Lombok for reducing boilerplate code
- Postman for API testing