An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

GoInk






app version

license

## 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)