This is the backend of 2019's MangoHacks, herein, all database functionality and most data manipulation events will occur.
The API is built with scalability in mind and is able to be scaled horizontally with ease.
Shoutout to Google for letting us deploy on Google Cloud Kubernetes Engine, allowing us to build ridiculously resilient software. Love you guys!
$ git clone
the repository into your$GOPATH
.$ go build
the binary within the directory the repository was cloned to.$ ./Mango2019-API
to run the binary.