Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josdem/fruitypedia-spring-boot
This project is the backend side from Fruitypedia using Spring Boot
https://github.com/josdem/fruitypedia-spring-boot
jacoco junit5 mockito mongodb sonarqube spring-boot swagger-ui
Last synced: about 2 months ago
JSON representation
This project is the backend side from Fruitypedia using Spring Boot
- Host: GitHub
- URL: https://github.com/josdem/fruitypedia-spring-boot
- Owner: josdem
- License: apache-2.0
- Created: 2018-11-25T13:22:01.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T20:12:42.000Z (5 months ago)
- Last Synced: 2024-08-03T22:27:49.337Z (5 months ago)
- Topics: jacoco, junit5, mockito, mongodb, sonarqube, spring-boot, swagger-ui
- Language: Java
- Homepage:
- Size: 478 KB
- Stars: 0
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
fruitypedia-spring-boot
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
[![GitHub](https://github.com/josdem/jugoterapia-webflux/actions/workflows/main.yml/badge.svg)](https://github.com/josdem/jugoterapia-webflux/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=josdem_fruitypedia-spring-boot&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=josdem_fruitypedia-spring-boot)
----------------------------------------------
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](https://docs.spring.io/spring-framework/reference/web.html).#### Configuration
[Wiki page](https://github.com/josdem/fruitypedia-spring-boot/wiki)
#### Swagger
https://fruitypedia.josdem.io/swagger-ui.html
#### To run tests
```bash
gradle test
```#### To run tests with Jacoco and Sonarqube
```bash
gradle test jacocoTestReport sonarqube
```#### To run the project
```bash
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/
#### Wiki page
https://github.com/josdem/fruitypedia-spring-boot/wiki
## Contributors β¨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Jose Morales
π»
Kirill
π π»
Marcin SΕowiak
π» π
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!