Skip to content

fajrulaulia/golpgws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golpgws

Golang Webservice boilerplate

development mode

  • clone repo into local
git clone git@github.com:fajrulaulia/golpgws.git
  • check your setup base URL to DBMS PG server
export DB_URL=postgres://golpgwsuser:golpgwspass@localhost:5432/golpgwsdb?sslmode=disable
  • migrate to exec sql file to database
make local-migrate
  • Running into local
make local-run