Skip to content

knowledgefactory4u/springboot-webflux-reactivemonogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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