https://github.com/christian-draeger/team-monitor
https://github.com/christian-draeger/team-monitor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christian-draeger/team-monitor
- Owner: christian-draeger
- License: mit
- Created: 2018-09-13T06:48:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T13:00:30.000Z (almost 7 years ago)
- Last Synced: 2024-12-25T19:23:26.760Z (10 months ago)
- Language: JavaScript
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Run it:
install complete app./mvnw clean install
run app on local system (app will be available under [http://localhost:8181](http://localhost:8181))
./mvnw spring-boot:run
run app on local system with mocked data
./mvnw spring-boot:run -Pmocked
#### Run it in docker container./mvnw clean install -Pdocker