Skip to content

A Management System powered by Go. 一个使用 Go 语言开发的管理系统。

License

Notifications You must be signed in to change notification settings

basefas/admin-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE Releases GitHub Repo stars


Logo

admin-go

一个使用 Go 语言开发的管理系统

简介

admin 使用 Go & Gin & Gorm 开发,包含常用后台使用的基本模块,同时提供完整功能的前端程序,可快速用于二次开发及功能扩展。

url introduction
backend https://github.com/basefas/admin-go 使用 Go & Gin 开发的后台管理系统后端
frontend https://github.com/basefas/react-antd-admin 使用 react & vite & antd 开发的后台管理系统前端

页面截图

登录页面

Screen Shot

用户管理

Screen Shot

分组管理

Screen Shot

菜单管理

Screen Shot

角色及权限管理

Screen Shot

快速开始

  1. 克隆项目到本地
git clone https://github.com/basefas/admin-go
  1. 安装依赖
go mod download
  1. 运行
go run ./cmd/app/main.go

使用 Docker 部署

注:需要提前安装好 docker 和 docker-compose

  1. 切换目录
cd  ./deploy/docker-compose
  1. 使用 docker-compose 一键部署
docker-compose up -d
  1. 可以根据需要修改该文件夹下的配置文件及镜像版本

版权声明

admin-go 基于 MIT 协议, 详情请参考 license