Skip to content

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

Notifications You must be signed in to change notification settings

Mrkouhadi/go-mongodb-repository-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • The last thing is to test the app by running: go run *.go

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages