- clone the repo
git clone https://github.com/anks333/go-restAPI.git - change the working dir,
- then run
dep ensureto install all dependencies NOTE: if you don't havedepin your system then check here - Run mongoDB
- Run command
go run main.goorgo build
Still under progress
- run
go test ./... [-cover]