Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 2.37 KB

README.md

File metadata and controls

20 lines (13 loc) · 2.37 KB

MangoHacks 2019 Bandage Travis Build Badge Go Report Card GoDoc

Mango2019-API

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!

Running/Testing The Server

  1. $ git clone the repository into your $GOPATH.
  2. $ go build the binary within the directory the repository was cloned to.
  3. $ ./Mango2019-API to run the binary.