Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 235 Bytes

File metadata and controls

executable file
·
9 lines (6 loc) · 235 Bytes

HwProj

To install:

  1. You need PostgreSQL, install it somehow, make an empty database called gowebapp. (Usually createdb gowebapp on the command line is all you need).

  2. You need Go, preferably the latest version (1.8).