Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 507 Bytes

README.MD

File metadata and controls

14 lines (9 loc) · 507 Bytes

Support Web

How to Run Server Locally

  • Before you run ther server you need to set up some dependencies locally.

    • Install Postgresql and have it run, and config db refere to config/config.go to see the database port, username, password, database name needed.
  • Check out the code out side of your $GOPATH

  • Enter the directory and run ENV=DEV go run .

How to Run Front End Locally

  • Cd the html path, and run yarn
  • You can check the html/package.json script to start the web.