Spring Boot, MongoDB, and Docker Compose starter for REST APIs.
Starter project demonstrating a simple Java REST API built with Spring Boot, persistent storage via MongoDB, and containerized development using Docker Compose. Includes Spring DevTools for automatic restart, a sample MongoRepository, Dockerfile, and docker-compose.yml for running the app and a MongoDB service. Suited for backend services or small microservices needing NoSQL persistence and container-based deployment.
0