Skip to content

基于Gin + Casbin + Ant Design React的RBAC权限管理脚手架

License

Notifications You must be signed in to change notification settings

gailufeng/gin-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gin-admin

基于GIN + Casbin + Ant Design的RBAC权限管理脚手架

获取

$ cd $GOPATH/src
$ mkdir -p github.com/LyricTian && cd github.com/LyricTian
$ git clone https://github.com/LyricTian/gin-admin.git

运行服务

$ cd github.com/LyricTian/gin-admin/cmd/server
$ go build -o server
$ ./server -c ../../config/config.toml

About

基于Gin + Casbin + Ant Design React的RBAC权限管理脚手架

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 51.8%
  • JavaScript 43.8%
  • CSS 4.0%
  • Other 0.4%