A production-ready RESTful CRUD API built using Spring Boot and MongoDB. This project now includes Docker support for local development.
src/main/java/com/patientmgmt ├── controller ← REST endpoints (@RestController) ├── service ← Business logic (@Component) ├── repository ← ...