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