- postgres server installed and running
brew install postgrespg_ctl -D /usr/local/var/postgres start
- heroku cli installed
brew install heroku
- golang installed
brew install go
- godep installed:
go get github.com/tools/godep
- heroku instance
- instance connected to postgres db
Assuming your local environment is setup correctly with Golang standards, you can start your local server with the following commands
cd to this repogo install && heroku local- Visit
localhost:8080/login-or-signup
More db information in migrations/README.md