- Develop a Spring Boot Project
- Implement Domain Model
- Implement CRUD
- Implement Query using Spring Data and Mongo Query Operators
- Use MongoDBCompass
- Java
- Spring Boot
- MongoDB
- Postman
Prerequisites: Java 08, MongoDB, Postman
# clone repository
git clone https://github.com/MaarceloLuiz/apirestful-springboot-mongodb.git
# enter the project folder
cd apirestful-springboot-mongodb
# run the project
./mvnw spring-boot:run
#After running the project you can check the results on Postman
Marcelo Luiz Guimarães Pereira