Browse by type
简体中文 | English
The RBAC-based permission management system is developed using the Go + Gin framework, with MySQL as the database and React + Antd for the frontend. It supports features such as internationalization, theme color switching, permission control, menu management, user management, role management, data dictionary management, log management, system monitoring, code generator, and API documentation.
Clone the project to your local machine
text
https://github.com/Xi-Yuer/GO-CMS.git
Install the dependencies
text
cd server
go mod tidy
Modify the project settings to set environment variables
server/config/config.go
text
{
NAME: "root", // Database username
PASSWORD: "xxxxxx", // Password
HOST: "localhost", // Host address
DB: "cms", // Database name
PORT: "3306", // Port
}
Create MySQL runtime environment
Run the project
bash
go run server/main.go
Clone the project to your local machine
text
https://github.com/Xi-Yuer/GO-CMS.git
Install the dependencies
text
cd client
pnpm install
Run the project
bash
pnpm run dev



$ claude mcp add GO-CMS \
-- python -m otcore.mcp_server <graph>