Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 849 Bytes

File metadata and controls

24 lines (13 loc) · 849 Bytes

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