Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akmamun/golang-mongo
Go, Go Gin and Mongo Restful API Service
https://github.com/akmamun/golang-mongo
gin golang mongodb
Last synced: 19 days ago
JSON representation
Go, Go Gin and Mongo Restful API Service
- Host: GitHub
- URL: https://github.com/akmamun/golang-mongo
- Owner: akmamun
- Created: 2021-09-03T06:29:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T04:43:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T20:01:45.566Z (2 months ago)
- Topics: gin, golang, mongodb
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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