Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 177 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 177 Bytes

backendSenior

Setup

  1. Install go
  2. get all go-denpendency ## go get -d -v
  3. run ## go run main.go
  4. run MongoDB image in local ## docker run -d -p 27017:27017 mongo