Phoosball score tracking webapp written in Go
- install go
- start mariadb docker container (
cd db/ && ./run.sh
) - install dependencies (
cd ../server && go get -u ./...
) - run the server in debug (test) mode (
go run phoos_server.go -debug
) - run the react development server (
cd ../ui && npm start
)