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

https://github.com/jnwelzel/segment

API
https://github.com/jnwelzel/segment

api-rest java8 springboot

Last synced: 23 days ago
JSON representation

API

Awesome Lists containing this project

README

          

This is the backend part of the **Segmentation app exercise**.

## Running locally
In your shell just use the `mvn spring-boot:run` command and the application will start at `http://localhost:8080`. The frontend part of the application can be found [here](https://github.com/jnwelzel/segment-frontend).

## Tests
To run the tests just use the `mvn clean install` command.