Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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```