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.
Change the configuration by applying the patch:
$ patch -p1 < ./0001-debugging-Use-localhost.patch
(Don't git push this)
Then start the local server:
$ make local_run