https://github.com/jnwelzel/segment
API
https://github.com/jnwelzel/segment
api-rest java8 springboot
Last synced: 23 days ago
JSON representation
API
- Host: GitHub
- URL: https://github.com/jnwelzel/segment
- Owner: jnwelzel
- Created: 2017-08-21T13:16:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T15:24:22.000Z (almost 9 years ago)
- Last Synced: 2025-07-07T06:06:03.052Z (11 months ago)
- Topics: api-rest, java8, springboot
- Language: Java
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.