Home > other >  Share a GO language CMS background management system
Share a GO language CMS background management system

Time:09-16

Wheels as the programmer's most afraid of be repeatedly made the physical strength live, is now in the market there are a lot of very good open source framework, has been helping people build good, just waiting for you to use, today to introduce a new rare based on CMS based on GF (Go Frame) background management system, the system front-end ruoyi - UI, Vue, Element UI, the back-end using the Go language framework GF (Go Frame) before and after the end of the development in the form of separation of


Main functions are:

User management: the user is the system operator, the function is mainly to complete the system user configuration,

Department management: the configuration system organization (company, department, team), tree structure to show support for data access,

Post management: the configuration system user belongs to positions,

Menu management: the configuration system menu, permissions, operation button permissions identification, etc.,

Role management, role menu authority allocation, set permissions role data range according to agency,

Dictionary management: often use some of the more fixed in the system data maintenance,

Parameter management: commonly used on the system dynamic configuration parameters,

Operation logs: log and query the system normal operation; System logging and exception information query,

Login logs: abnormal log query contains the login the system login,

Online users: the current state of active users in the system monitoring,

Timing task: online (add, modify, and delete) task scheduling contains the execution result log,

Code generation: front end code generation,

Service monitoring: monitoring the system CPU, memory, disk, stack and other related information,

Online builder: drag the form elements to generate the corresponding HTML code,

File upload, cache tags, etc.,

The CMS management, model management

In development function: the workflow engine



Demo address

http://demo.g-fast.cn account: demo code: 123456

Before and after the end of the separation version download address:

Yards cloud backend address: https://gitee.com/tiger1103/gfast
Yards cloud front end address: https://gitee.com/tiger1103/gfast-ui
Making the backend address: https://github.com/tiger1103/gfast
Making the front address: https://github.com/tiger1103/gfast-ui

Have many people in the use of current system, from the point of view of code quality personal feel very good, the code style exactly like the one hand, to recommend a CMS backend management system,

CodePudding user response:

Support to share, to have time to see to

CodePudding user response:

Still a good GF framework to support sharing

CodePudding user response:

Looks good, but I was using a gin framework, not familiar with goframe
  • Related