This repository is ideal if you are:
- Hosting a games night
- Want to keep scores
- Want a handy way to visualise those scores
This repo will:
- Deploy an app server, where you can see your latest scores and update them
- Deploy a MySQL database to manage the results in the background
It is required to have Docker installed and configured such that the user can run docker-compose.
The following games are currently supported:
- FIFA
- Rock Paper Scissors
- Headers and Volleys
- Ticket to Ride
- Catan
- Crash Team Racing
To deploy the necessary services, simply navigate to the directory via command line and execute:
docker-compose up -d
You can then access the following apps at the given addresses:
- Game night summary: http://localhost:5001/apps/games/
- Score updater: http://localhost:5001/apps/update/