Fruit-Shop-WebFlux Spring Boot WebFlux Application for Fruit Shop To use this app you need a Docker Container with Mongo database: docker run -p 27017:27017 -d mongo To start the application run in terminal: mvn spring-boot:run Done!