This is the go-based backend server implementation for bigoquiz.com.
$ git clone [email protected]:murraycu/go-bigoquiz-server.git
$ cd go-bigoquiz-server
$ go build
Also available via "make build".
$ gcloud app deploy .
Also available via "make deploy".
But prefer the GitHub Deployment workflow, via the GitHub "Actions" tab.
Then see the deployed versions in AppEngine.
Start the local server:
$ make local_run