Jugoterapia Webflux
Jugoterapia is an Android application mainly focused in improve your healty based in juice recipes, this project is the server side, it is exposing recipes and beverages as API service using Spring Webflux Framework.
Configuration
https://github.com/josdem/jugoterapia-webflux/wiki
To run tests
gradle test -Dspring.data.mongodb.username=username -Dspring.data.mongodb.password=password
To run tests with Jacoco and Sonarqube
gradle test jacocoTestReport sonarqube -Dspring.data.mongodb.username=username -Dspring.data.mongodb.password=password
To run the project
gradle bootRun -Dspring.data.mongodb.username=username -Dspring.data.mongodb.password=password