Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 774 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 774 Bytes

go-bigoquiz-server

This is the go-based backend server implementation for bigoquiz.com.

Products Used

Language

APIs Used

Build / Deploy

$ git clone [email protected]:murraycu/go-bigoquiz-server.git
$ cd go-bigoquiz-server
$ go build

$ gcloud app deploy .

Running locally

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 .