PostgresSQL project in progress...
- PSQL 9.5 (listening on default port 5432)
- Golang Environment ($GOPATH & $GOROOT set)
- Extend $PATH to $GOPATH/bin
Git Bash for Windows users
- Run 'go get'
- Run 'sh update_db.sh'
- Regenerate models by running
go generate(using sqlboiler) - Run 'go run coop-cat.go'