Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 433 Bytes

GOLANG RestAPI using gorilla mux

Steps to run

  • 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 have dep in your system then check here
  • Run mongoDB
  • Run command go run main.go or go build

Test

Still under progress

  • run go test ./... [-cover]