Before you can run the project, you will need to have golang installed and configured (https://golang.org/doc/code.html). You will also need to install mysql, and create a running instance of the gatorloop database on localhost:3306. The GatorloopSchema.sql file will create the schema and all of its tables.
- Clone the project into $GOPATH/src/github.com
- Install Godep
go get github.com/tools/godep
- Install godep dependencies. First cd into the project, then run:
godep restore
- Install the project. Run from the project directory:
go install
- Run the executable in $GOPATH/bin.
gatorloopwebapp