Endstation Beverage Machine Service
A spring native based microservice who is handling use cases for the "endstation beverage machine"
How to run
The repository contains everything to run the service locally with mysql.
Prerequisite
- Maven
- Docker
- Docker-Compose
Manual
- Checkout the repository + join the folder
git clone https://github.com/4ND3R50N/endstation-beverage-machine-service.git
or
git clone git@github.com:4ND3R50N/endstation-beverage-machine-service.git
cd endstation-beverage-machine-service
- Build the native docker application
mvn spring-boot:build-image
- start docker-compose
cd docker
docker-compose up --detach