Skip to content

wangxuancheng-dev/go-admin-scaffold

Repository files navigation

Go Admin Scaffold

基于 Gin、GORM、JWT、Redis、Asynq 的后台 API 脚手架(用户/RBAC/日志/上传/队列/定时任务等)。

完整文档目录(仅含仓库内真实存在的页面)见 docs/README.md

功能速览

快速开始(中文详版:docs/getting-started/quick-start.md

git clone <your-repo-url> && cd go-admin-scaffold
go mod download
cp configs/config.example.yaml configs/config.yaml
# 编辑 configs/config.yaml:database、redis、jwt.secret 等

go run ./cmd/tools/main.go migrate run
go run ./cmd/tools/main.go seed run
go run ./cmd/server/main.go

健康检查:GET /api/open/v1/public/health
队列自测:go run ./cmd/queue-test

部署与进阶

许可

见仓库根目录 LICENSE

About

A production-ready Go admin scaffold with RBAC, JWT auth, and enterprise features. Built with clean architecture and best practices for building modern admin systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages