Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 265 Bytes

File metadata and controls

11 lines (10 loc) · 265 Bytes

go-api

Rest API made with go

How to run api

    go run project/src/api.go

Dependencies

  1. http -> github.com/projectdiscovery/httpx/cmd/httpx@latest
  2. mux -> go get -u github.com/gorilla/mux
  3. mongo-driver -> go get -u go.mongodb.org/mongo-driver