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