-
Before you run ther server you need to set up some dependencies locally.
- Install
Postgresql
and have it run, and config db refere toconfig/config.go
to see the database port, username, password, database name needed.
- Install
-
Check out the code out side of your
$GOPATH
-
Enter the directory and run
ENV=DEV go run .
- Cd the html path, and run
yarn
- You can check the
html/package.json
script to start the web.