Skip to content

Provides the REST/JSON API for bigoquiz.com, using Go.

Notifications You must be signed in to change notification settings

murraycu/go-bigoquiz-server

Repository files navigation

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 .

About

Provides the REST/JSON API for bigoquiz.com, using Go.

Resources

Stars

Watchers

Forks

Packages

No packages published