https://github.com/mmqnym/goink
GoInk is a project template that helps developers quickly build a server. Use the gin framework.
https://github.com/mmqnym/goink
gin-gonic golang http-server jwt swagger template
Last synced: 6 months ago
JSON representation
GoInk is a project template that helps developers quickly build a server. Use the gin framework.
- Host: GitHub
- URL: https://github.com/mmqnym/goink
- Owner: mmqnym
- License: mit
- Created: 2024-06-06T08:44:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T02:15:57.000Z (about 2 years ago)
- Last Synced: 2025-03-27T00:55:43.753Z (over 1 year ago)
- Topics: gin-gonic, golang, http-server, jwt, swagger, template
- Language: Go
- Homepage:
- Size: 504 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
GoInk
## Introduction
This project is based on the following open source libraries:
- [Gin](https://github.com/gin-gonic/gin)
- [swaggo](https://github.com/swaggo/swag)
- [zap](https://github.com/uber-go/zap)
- [lumberjack](https://github.com/natefinch/lumberjack)
- [golang-jwt](https://github.com/golang-jwt/jwt)
It' s used to quickly build a web server with mainstream infrastructure to provide an environment for quickly developing API routes, middleware, and database operations, and to save the time of file hierarchy planning and log customization.
## License
[MIT](./LICENSE.md)