Go to file
骑着蜗牛追导弹 e35c43cf84 init 2024-02-04 16:46:55 +08:00
.gitee Initial commit 2024-02-04 08:37:11 +00:00
.idea init 2024-02-04 16:45:36 +08:00
.gitignore init 2024-02-04 16:46:55 +08:00
LICENSE Initial commit 2024-02-04 08:37:11 +00:00
README.md init 2024-02-04 16:45:36 +08:00

README.md

d2admin-service

Description

前端:https://gitee.com/d2-projects/d2-admin-start-kit 后端从零开始。无依赖Casbin无二次封装适合学习。

文档地址

# gin
https://gin-gonic.com/docs/quickstart
# gorm
https://gorm.io/zh_CN/docs/index.html

golang版本

go1.21.5 darwin/amd64

安装依赖并启动

go mod tidy
go run main.go

构建

go build -o d2admin-service