This project was generated from spring-boot-scala-example.
You can run the project locally using docker directly: docker run -p 8080:8080 coachdave/tchutchu:latest
Otherwise clone the repo and:
make all
to build everything.java -jar target/tchutchu.jar
to run the server.- Go to localhost:8080
sbt test
to launch tests
The project is also publicly available on a self-hosted Raspberry pi here.
The project is also deployed on an azure free tier using an azure web service. There is a very long cold start.
The project is also deployed on Google Cloud Platform (GCP) here using google cloud run.