/segment

API

Primary LanguageJava

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.

Tests

To run the tests just use the mvn clean install command.