Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 810 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 810 Bytes

Cerium

Build Status Go Report Card

go-cerium is the golang backend for the dangerously accurate Google Forms clone designed for IIT Bombay, cerium.

Development

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.

Build

Use go build to generate an optimized build.

License

Licensed under the Mozilla Public License 2.0