gin-boilerplate
⚡Fast-start scaffold for Gin Framework APIs. Includes MySQL, Redis-powered JWT auth, and a well-structured architecture to launch your Go projects quickly.
Language: go
Author: Daniel Binary (@dbinary)
1 stars · 123 views
Files
- base.go (go)
- README.md (markdown)
- main.go (go)
- auth.go (go)
- auth_controller.go (go)
- guest_plugin.go (go)
- config.go (go)
- registry.go (go)
- user_service.go (go)
- init.sql (sql)
- jwt.go (go)
- router.go (go)
- guest_service.go (go)
- jwt.go (go)
- guest.go (go)
- response.go (go)
- logger.go (go)
- database.go (go)
- default.yaml (yaml)
- guest_controller.go (go)
- config ()
- middleware ()
- controllers ()
- database ()
- middleware ()
- models ()
- plugins ()
- guest ()
- config ()
- controllers ()
- models ()
- services ()
- utils ()
- router ()
- scripts ()
- services ()
- utils ()
- production.yaml (yaml)
- plugin.go (go)
- user_controller.go (go)
- config.go (go)
- development.yaml (yaml)
- environment.go (go)
- guest_auth.go (go)
- banner.go (go)
- README_CN.md (markdown)
- user.go (go)
- ATTRIBUTION.md (markdown)
- LICENSE (plaintext)
- cors.go (go)
- auth_service.go (go)