Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 384 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 384 Bytes

description:

  • It's a guideline of how to use Mongodb with Golang using the repository pattern.

Helpful instructions

  • You must install mongodb driver for golang by running: go get go.mongodb.org/mongo-driver/mongo
  • You must run mongodb, for instance Macos users can run: brew services start mongodb-community
  • Make love with this project by running: go run ./api/