Skip to content

mgzk/go-mongo-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description

gin web framework with mongo db database

installation

  • go get -u github.com/gin-gonic/gin
  • go get go.mongodb.org/mongo-driver
  • go get -u github.com/stretchr/testify/assert

run

  • go run main.go

compile into binaries

  • go build main.go
  • main.exe

run test

  • go test -v ./test

About

gin web framework with mongo db database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages