TBD
Development notes
This project is using the go migrate tool. CLI tool documentation can be found here
migrate create -ext sql -dir db/migrations/psql <name>
migrate -database 'postgres://postgres:postgres@localhost:5432/gouthy?sslmode=disable' -path db/migrations/psql up
migrate -database 'postgres://postgres:postgres@localhost:5432/gouthy?sslmode=disable' -path db/migrations/psql down
go run main.go add-user -u admin -e "admin@localhost" -n "Admin User"