{"id":13670329,"url":"https://github.com/goflyfox/gmanager","last_synced_at":"2026-01-18T07:45:34.543Z","repository":{"id":44104026,"uuid":"195797871","full_name":"goflyfox/gmanager","owner":"goflyfox","description":"基于GoFrameV2框架的管理平台，支持登录、认证、组织机构、用户、角色、菜单、日志","archived":false,"fork":false,"pushed_at":"2025-11-25T09:11:13.000Z","size":8122,"stargazers_count":399,"open_issues_count":3,"forks_count":107,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-11-28T15:51:33.506Z","etag":null,"topics":["admin","gf","golang","manager"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goflyfox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-08T11:23:56.000Z","updated_at":"2025-11-27T05:53:24.000Z","dependencies_parsed_at":"2024-11-11T07:32:04.223Z","dependency_job_id":"24880b03-146b-4fc9-8af5-a8e963dfd309","html_url":"https://github.com/goflyfox/gmanager","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/goflyfox/gmanager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goflyfox%2Fgmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goflyfox%2Fgmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goflyfox%2Fgmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goflyfox%2Fgmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goflyfox","download_url":"https://codeload.github.com/goflyfox/gmanager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goflyfox%2Fgmanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28533172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","gf","golang","manager"],"created_at":"2024-08-02T09:00:39.182Z","updated_at":"2026-01-18T07:45:34.533Z","avatar_url":"https://github.com/goflyfox.png","language":"Vue","funding_links":[],"categories":["StandAlone Projects"],"sub_categories":[],"readme":"# gmanager后端管理系统\n\n- 基于GoFrame V2框架的后台管理系统。支持登录、认证、组织机构、用户帐号、角色权限、菜单、配置、操作日志等模块\n- 前端基于 Vue3 + Vite + TypeScript + Element-Plus 的后台管理模板\n- 登录组件使用gtoken完美支持集群部署\n\n## 代码\n* github地址： https://github.com/goflyfox/gmanager\n* gitee地址： https://gitee.com/goflyfox/gmanager\n\n## 功能模块\n\n1. 部门管理：配置系统组织机构信息\n2. 用户管理：处理用户添加、用户配置、权限分配\n3. 角色管理：角色菜单权限分配，支持菜单和按钮权限设置\n4. 菜单管理：配置系统菜单、按钮权限等\n5. 配置管理：支持对系统参数动态配置及数据字典配置\n6. 日志管理：支持登录、登出、业务增删改操作记录\n7. 其他：登录、认证、登出、访问统计\n\n\u003e gmanager开源以来得到了大家的很多支持，本项目初衷只为互相学习交流，没有任何盈利性目的！欢迎为gmanager贡献代码或提供建议！\n\n## 演示地址\n\n[https://gmanager.jflyfox.com/](https://gmanager.jflyfox.com/)\n\n\u003e 账号：admin 密码：123456\n\n## 部署说明\n\n\n以下为部署简要说明，详情参考[部署文档](docs/01.installation.md) \n\n### 后端\n\n1. 从git下载项目： git clone https://github.com/goflyfox/gmanager\n2. 安装mysql数据库运行resource/sql/gmanager.sql脚本\n3. 复制`server/manifest/config/config.example.yaml`配置文件，改名为`config.yaml`,修改数据库配置\n\n```toml\n# 数据库配置\ndatabase:\n  default:\n    link: \"mysql:root:123456@tcp(127.0.0.1:3306)/gmanager\"\n```\n\n4. 启动项目\n\n```bash\ncd server\ngo mod tidy\ngo run main.go\n```\n\n5. 访问 http://localhost:8000/ping 后端接口，返回`pong`验证部署成功\n\n### 前端部署\n\n\n```bash\ncd web\npnpm install\npnpm run dev\n```\n\n浏览器访问 [http://localhost:3000](http://localhost:3000) 即可看到登录页面，默认账号/密码：admin/123456\n\n## 使用文档\n\n[说明文档](docs/README.md) · [更新说明](docs/ChangeLog.md)\n\n## 效果截图\n登录：\n![image](docs/images/pic_login.png)\n\n组织机构：\n![image](docs/images/pic_dept.png)\n\n用户管理：\n![image](docs/images/pic_user.png)\n\n日志管理：\n![image](docs/images/pic_log.png)\n\n##  感谢\n\n- gf框架 [https://github.com/gogf/gf](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Fgogf%2Fgf)\n\n## 项目支持\n\n- 项目的发展，离不开大家得支持~！~\n- 可以请作者喝一杯咖啡:)\n\n![jflyfox](https://raw.githubusercontent.com/jflyfox/jfinal_cms/master/doc/pay01.jpg \"Open source support\")\n\n[捐赠列表](docs/Donate.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoflyfox%2Fgmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoflyfox%2Fgmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoflyfox%2Fgmanager/lists"}