Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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