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
- Host: GitHub
- URL: https://github.com/facundo1000/notes-crud-mongodb
- Owner: facundo1000
- Created: 2023-02-23T12:35:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T02:50:13.000Z (about 2 years ago)
- Last Synced: 2025-08-30T16:29:07.528Z (10 months ago)
- Topics: docker-compose, java-17, mongo-express, spring-boot
- Language: Java
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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