The backend for michiganhackers.org, written in Go
- Clone this repository to
~/user_name/go/src/mh-web-backend
. Alternatively,$GOPATH/src/mh-web-backend
if you have set up your GOPATH to point somewhere else. - Install go
- Set the
MH_MAILJET_SECRET
and theMH_MAILJET_PUBLIC
environment variables on your machine (talk to a member of web team to get access to these). go build
to build the executable- Run the executable!