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