Backend REST API for SurfTimer, currently being used in production for my server network Wolf Airforce.
- Go 1.18
- MySQL or MariaDB
You may configure everything you need in the config.json
file, with an example
shown in config.json.template
.
docker build . -t ghcr.io/wolfairforce/backend:latest
Then run with the following.
docker run -v $(pwd)/config.json:/tmp/config.json -p 8080:8080 ghcr.io/wolfairforce/backend:latest