Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 271 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 271 Bytes

Quick start

  • start mongo service
  • add mongo uri in .env.default
# go version => 1.11
> git clone git@github.com:BreezeFreak/self-help-api.git
> cd self-help-api/src/api
> go mod tidy
> go vendor

> go run

or

> docker-compose up -d