Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yvonnkr/rest-api-mongodb
Simple REST API built with spring boot and mongodb
https://github.com/yvonnkr/rest-api-mongodb
Last synced: 3 days ago
JSON representation
Simple REST API built with spring boot and mongodb
- Host: GitHub
- URL: https://github.com/yvonnkr/rest-api-mongodb
- Owner: yvonnkr
- Created: 2021-05-04T13:50:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T13:51:56.000Z (over 3 years ago)
- Last Synced: 2023-11-11T19:26:05.879Z (about 1 year ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple REST API with Spring-Data-MongoDB
***
## Explores Rest API CRUD Operations
- GET /todos
- POST /todos
- GET /todos/{id}
- PUT /todos/{id}
- DELETE /todos/{id}## More Features
- #### Demo use of Embedded MongoDb and Real MongoDb Database
- #### Validation
- #### Error Handling
- #### Testing