https://github.com/jambit/coffee-order-service
https://github.com/jambit/coffee-order-service
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jambit/coffee-order-service
- Owner: jambit
- Created: 2019-02-15T09:28:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T14:27:41.000Z (over 7 years ago)
- Last Synced: 2025-02-19T13:33:16.468Z (over 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Info
This service runs only together with
- [coffee-order-frontend](https://github.com/jambit/coffee-order-frontend)
- [keycloak-service](https://github.com/jambit/keycloak-service)
checkout and build those projects as well.
# Build
Build project with `mvn clean install`. This builds the jar file and the docker image.
# Run
- **run all services on docker**
- use the docker-compose file from `keycloak-service` project to startup *all* services.