go-cerium is the golang backend for the dangerously accurate Google Forms clone designed for IIT Bombay, cerium.
Install dependencies using dep ensure and run the backend with go run main.go. You need to have mongodb running and environment variables set correctly in .env. You also need to generate the IITB SSO authentication token and set it in .env.
Use go build to generate an optimized build.
Licensed under the Mozilla Public License 2.0