Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
Jose Morales

πŸ’»
Kirill
Kirill

πŸ‘€ πŸ’»
Marcin SΕ‚owiak
Marcin SΕ‚owiak

πŸ’» πŸ‘€

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!