Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anerishah2610/gin-gonic
Test gin-gonic framework with different scenarios.
https://github.com/anerishah2610/gin-gonic
dockerfile gin-gonic golang gqlgen subscriptions
Last synced: 29 days ago
JSON representation
Test gin-gonic framework with different scenarios.
- Host: GitHub
- URL: https://github.com/anerishah2610/gin-gonic
- Owner: AneriShah2610
- Created: 2019-12-06T08:49:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T06:19:05.000Z (about 5 years ago)
- Last Synced: 2024-11-15T22:44:08.011Z (3 months ago)
- Topics: dockerfile, gin-gonic, golang, gqlgen, subscriptions
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples related to gin-gonic framework
### PreRequired steps:
1. Install Golang from [Golang](https://golang.org/dl/) (`Go 1.11+` required)
2. Set `GOPATH` and `GOROOT`. For more details [Doc1](https://github.com/golang/go/wiki/SettingGOPATH) or [Doc2](https://blog.learngoprogramming.com/what-are-goroot-and-gopath-1231b084723f)
3. [Install Glide](https://github.com/Masterminds/glide)