Navigation Menu

Skip to content

josdem/fruitypedia-spring-boot

Repository files navigation

fruitypedia-spring-boot

GitHub Quality Gate Status

Fruitypedia is an Android application helping to improve your health based in smoothie recipes, this project is the server side, it is exposing recipes and beverages as API service using Spring Framework.

Configuration

Wiki page

Swagger

https://fruitypedia.josdem.io/swagger-ui.html

To run tests

gradle test

To run tests with Jacoco and Sonarqube

gradle test jacocoTestReport sonarqube

To run the project

gradle bootRun

Note: Make sure you set your database credentials in the src/main/resources/application.yml

Go here for more information

https://josdem.io/fruitypedia/fruitypedia/