Skip to content

akmamun/golang-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Mongo DB and Gin based Microservice for API development

Setup dependencies

  • Setup your .env file, for example follow .env.example
  • To add all dependencies for a package in your module go get . in the current directory

Lets Run

  • go run server.go or
  • Build version go build server.go and run ./server
  • The application should be available and running on localhost:8000

About

Go, Go Gin and Mongo Restful API Service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors