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