Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mberbero/go-gin-microservice-template
https://github.com/mberbero/go-gin-microservice-template
gingonic go golang microservice mongodb
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mberbero/go-gin-microservice-template
- Owner: mberbero
- Created: 2021-10-09T17:04:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T08:08:17.000Z (about 1 month ago)
- Last Synced: 2024-12-12T09:20:19.105Z (about 1 month ago)
- Topics: gingonic, go, golang, microservice, mongodb
- Language: Go
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gin Gonic Microservice Template
## Packages
- gin
- mongo# Usage
## Create a swagger files
```
make swag
```## Run the microservice
```
make run
```