Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 497 Bytes

File metadata and controls

29 lines (26 loc) · 497 Bytes

web-demo

pre-requirement

install dependency

$ govendor sync

modify dbconfig.yml and update schema, ref: dbconfig-example.yml

$ vim ./dbconfig.yml
$ sql-migrate up

setup SQL Config, ref: config/config-exapmle.go

$ vim ./config/config.go

Run test

$ GO_ENV=unit-test go test ./...

Run server

$ go run main.go

Visit localhost:8080