All Projects → goflyfox → Gmanager

goflyfox / Gmanager

Licence: apache-2.0
基于gf框架的管理平台,支持登录、认证、组织机构、用户、角色、菜单、日志

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Gmanager

Vue2 Element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 112 (-56.08%)
Mutual labels:  manager, admin
aplus
Aplus Command Line Tool
Stars: ✭ 71 (-72.16%)
Mutual labels:  manager
react-admin-nest
React和Ant Design和 Nest.js 和 Mysql 构建的后台通用管理系统。持续更新。
Stars: ✭ 123 (-51.76%)
Mutual labels:  admin
django-leaflet-admin-list
The Django Leaflet Admin List package provides an admin list view featured by the map and bounding box filter for the geo-based data of the GeoDjango.
Stars: ✭ 28 (-89.02%)
Mutual labels:  admin
tarantool-admin
No description or website provided.
Stars: ✭ 90 (-64.71%)
Mutual labels:  admin
magento2-product-grid-category-filter
Add category column and filter in an efficient way to the product grid in the Magento 2 admin.
Stars: ✭ 22 (-91.37%)
Mutual labels:  admin
laravel-bjyadmin
laravel 集成各种功能
Stars: ✭ 94 (-63.14%)
Mutual labels:  admin
smithy
Smithy is an admin dashboard written in Go and VueJS. It is designed to support multiple existed architectures and databases
Stars: ✭ 25 (-90.2%)
Mutual labels:  admin
fanpianAdmin
This is the admin for fanpian project written by react.
Stars: ✭ 27 (-89.41%)
Mutual labels:  admin
mqtt-admin
MQTT Web Frontend: Publish, Subscribe and see Topic Status in a comfortable UI
Stars: ✭ 115 (-54.9%)
Mutual labels:  admin
BM
The Utility to Install Songs, Install Mods, Install/Update BMBF, Install HitSounds, download automatically made Playlists, get better support, switch between the modded and unmodded Version of Beat Saber, do full Backups and way more
Stars: ✭ 33 (-87.06%)
Mutual labels:  manager
Emuloader
Emuloader is an application that allows easy management of game backups locally or on the cloud and one-click installs of emulator enivronments
Stars: ✭ 55 (-78.43%)
Mutual labels:  manager
django-restful-admin
Django admin restful api
Stars: ✭ 51 (-80%)
Mutual labels:  admin
book-ms-interface
⚡ 微图书后端接口工程,主要使用spring-boot2.x、shiro开发,前端采用 vue.js、element-ui
Stars: ✭ 86 (-66.27%)
Mutual labels:  admin
generator-smacss
Perfectionist generator that scaffolds out different types of Frontend apps
Stars: ✭ 60 (-76.47%)
Mutual labels:  admin
cc-project-vue
一个基于vue3.0+antd+less+spring boot +mybatis+mysql+maven基础权限管理平台
Stars: ✭ 20 (-92.16%)
Mutual labels:  admin
mangium
(Needs contributors) Service/project manager for developers/small teams
Stars: ✭ 12 (-95.29%)
Mutual labels:  manager
prophet
用于构建 react 中后台前端应用框架
Stars: ✭ 12 (-95.29%)
Mutual labels:  admin
lightence-admin
Free and easy-to-use admin template based on React 17+
Stars: ✭ 337 (+32.16%)
Mutual labels:  admin
TTInputVisibilityController
Lightweight controller to keep your inputs visible when the keyboard is presented.
Stars: ✭ 21 (-91.76%)
Mutual labels:  manager

gmanager

  • 基于gf框架的管理后台,支持登录、认证、组织机构、用户帐号、角色权限、菜单、操作日志
  • gmanager已全面支持前后端分离,同时也支持服务端模板部署;
  • 登录组件使用gtoken完美支持集群部署

安装教程

代码地址

下载部署

  1. 从git下载项目: git clone https://github.com/goflyfox/gmanager
  2. 安装mysql数据库,创建db,运行deploy下gmanager.sql脚本
  3. 修改config下config.toml配置文件
# 数据库配置
[database]
    link = "root:[email protected](127.0.0.1:3306)/gmanager"
  1. go run main.go
  2. 访问http://localhost即可看到登录页面,账号/密码:admin/123456

服务端打包

  1. 打包可以使用gf提供的gf-cli进行打包
  2. 也可通过原始交叉编译命令

打linux环境包

SET CGO_ENABLED=0
SET GOOS=linux
SET GOARCH=amd64
go build main.go

打本地环境包

go build main.go

前后端分离说明

  1. gmanager完全支持前后端分离,前端使用vue-admin-template
  2. 前端运行下载github代码,运行npm install&npm run dev
  3. 具体前端代码及详细部署说明见: https://github.com/goflyfox/gmanager-web
  4. 由于前后端分离和服务端模板菜单有所区别,数据库需要运行:gmanager-web.sql
  5. 如果有强迫症,使用前后端分离可以把public和template目录里面内容删除,但目录一定要保留;

功能模块

  1. 登录、认证、登出
  2. 组织机构管理
  3. 用户管理
  4. 角色管理
  5. 菜单管理
  6. 日志管理
  7. 支持登录、登出、业务增删改操作记录
  8. 支持接口调用、返回参数打印,便于问题排查

代码生成

如需代码生成,请参考java项目:https://gitee.com/jflyfox/AutoCreate

平台截图

服务端模板截图

登录: image

组织机构: image

用户管理: image

日志管理: image

前后端分离Vue截图

登录: image

组织机构: image

用户管理: image

日志管理: image

感谢

  1. gf框架 https://github.com/gogf/gf

项目支持

jflyfox

捐赠列表

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].