An open API service indexing awesome lists of open source software.

https://github.com/facundo1000/notes-crud-mongodb

Note microservice with MongoDB
https://github.com/facundo1000/notes-crud-mongodb

docker-compose java-17 mongo-express spring-boot

Last synced: about 2 months ago
JSON representation

Note microservice with MongoDB

Awesome Lists containing this project

README

          

# Notes-Crud-MongoDB
Basic crud operations for **notes** and **users**. Create, read, update and delete for notes and user-accounts with MongoDB dependencie.

## What's included
This Java microservice uses the following dependencies:
- Spring Data MongoDB
- Spring Validation
- Spring Web
- Lombok
- Spring Configuration Processor
- JUnit5 / Mokito
- OpenApi / Swagger