Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knowledgefactory4u/springboot-webflux-reactivemonogo
Reactive Rest CRUD APIs Using Spring Boot, WebFlux, and MongoDB
https://github.com/knowledgefactory4u/springboot-webflux-reactivemonogo
crud mongodb reactiveapi reactivemongo springboot springwebflux
Last synced: about 5 hours ago
JSON representation
Reactive Rest CRUD APIs Using Spring Boot, WebFlux, and MongoDB
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot-webflux-reactivemonogo
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-06-29T11:13:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T23:31:23.000Z (over 2 years ago)
- Last Synced: 2023-03-06T02:33:13.930Z (over 1 year ago)
- Topics: crud, mongodb, reactiveapi, reactivemongo, springboot, springwebflux
- Language: Java
- Homepage: https://www.knowledgefactory.net/2021/09/reactive-rest-crud-apis-spring-webflux-mongodb.html
- Size: 21.5 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reactive Rest CRUD APIs Using Spring Boot, WebFlux, and MongoDB
# 1. Create a user:
# 2. Update user:
# 3. Fetch all users:
# 4. Delete user:
# Local setup
Step 1: Download or clone the source code from GitHub to a local machine
Step 2: ```mvn clean install```
Step 3: ```mvn spring-boot:run```