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 clonethe repository into your$GOPATH.$ go buildthe binary within the directory the repository was cloned to.$ ./Mango2019-APIto run the binary.