New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/xi-yuer/go-cms

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/xi-yuer/go-cms

  • v1.1.10
  • Source
  • Go
  • Socket score

Version published
Created
Source

基于RBAC的权限管理系统

简体中文 | English

GoDoc License GitHub closed issues GitHub last commit GitHub issues GitHub forks GitHub stars

项目介绍

基于RBAC的权限管理系统,使用Go + Gin框架,Mysql作为数据库,前端采用 React + Antd 实现。支持国际化,主题色切换,权限控制,菜单管理,用户管理,角色管理,数据字典管理,日志管理,系统监控,代码生成器,接口文档等功能。

项目运行后端

  1. 克隆项目到本地

    https://github.com/Xi-Yuer/GO-CMS.git
    
  2. 安装依赖

      cd server
      go mod tidy
    
  3. 修改运行项目设置环境变量 server/config/config.go

      {
        NAME:     "root",  // 数据库用户名
        PASSWORD: "xxxxxx", // 密码
        HOST:     "localhost", // 主机地址
        DB:       "cms", // 数据库名称
        PORT:     "3306", // 端口
      }
    
  4. 创建MySQL运行环境

    1. 创建一个名为 cms 的数据库, 执行SQL文件(位置:server/sql/cms_widthData.sql)
  5. 运行项目

      go run server/main.go
    

项目运行前端

  1. 克隆项目到本地

    https://github.com/Xi-Yuer/GO-CMS.git
    
  2. 安装依赖

      cd web
      pnpm install
    
  3. 运行项目

      pnpm run dev
    

项目部分截图

登录

首页

系统管理

FAQs

Package last updated on 22 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc