{"id":21829622,"url":"https://github.com/xxl4/go-admin-api","last_synced_at":"2025-08-09T19:34:18.449Z","repository":{"id":202838566,"uuid":"708240627","full_name":"xxl4/go-admin-api","owner":"xxl4","description":"go admin is quick for Bussion, use go and vue","archived":false,"fork":false,"pushed_at":"2023-10-29T14:27:32.000Z","size":18107,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T06:08:46.204Z","etag":null,"topics":["gin","go","go-admin","go-admin-vue","go-api","jwt-auth","swagger","vue"],"latest_commit_sha":null,"homepage":"https://nicelizhi.github.io/go-admin-api/","language":"Go","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/xxl4.png","metadata":{"files":{"readme":"README.Zh-cn.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-22T00:20:10.000Z","updated_at":"2023-12-02T01:00:44.000Z","dependencies_parsed_at":"2023-10-29T15:22:25.905Z","dependency_job_id":null,"html_url":"https://github.com/xxl4/go-admin-api","commit_stats":null,"previous_names":["nicelizhi/go-admin","nicelizhi/go-admin-api","xxl4/go-admin-api"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxl4%2Fgo-admin-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxl4%2Fgo-admin-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxl4%2Fgo-admin-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxl4%2Fgo-admin-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxl4","download_url":"https://codeload.github.com/xxl4/go-admin-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830395,"owners_count":21168272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["gin","go","go-admin","go-admin-vue","go-api","jwt-auth","swagger","vue"],"created_at":"2024-11-27T18:28:16.807Z","updated_at":"2025-04-14T06:08:52.181Z","avatar_url":"https://github.com/xxl4.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-admin\n\n\n[![Release](https://img.shields.io/github/release/nicelizhi/go-admin-api.svg?style=flat-square)](https://github.com/nicelizhi/go-admin-api/releases)\n[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nicelizhi/go-admin-api)\n\n[English](https://github.com/nicelizhi/go-admin-api/blob/master/README.md) | 简体中文\n\n基于Gin + Vue + Element UI OR Arco Design OR Ant Design的前后端分离权限管理系统,系统初始化极度简单，只需要配置文件中，修改数据库连接，系统支持多指令操作，迁移指令可以让初始化数据库信息变得更简单，服务指令可以很简单的启动api服务\n\n\n## ✨ 特性\n\n- 遵循 RESTful API 设计规范\n\n- 基于 GIN WEB API 框架，提供了丰富的中间件支持（用户认证、跨域、访问日志、追踪ID等）\n\n- 基于Casbin的 RBAC 访问控制模型\n\n- JWT 认证\n\n- 支持 Swagger 文档(基于swaggo)\n\n- 基于 GORM 的数据库存储，可扩展多种类型数据库\n\n- 配置文件简单的模型映射，快速能够得到想要的配置\n\n- 代码生成工具\n\n- 表单构建工具\n\n- 多指令模式\n\n- 多租户的支持\n\n- 多语言支持\n\n- 时区功能支持\n\n- TODO: 单元测试\n\n\n## 🎁 内置\n\n1. 多租户：系统默认支持多租户，按库分离，一个库一个租户。\n1. 用户管理：用户是系统操作者，该功能主要完成系统用户配置。\n2. 部门管理：配置系统组织机构（公司、部门、小组），树结构展现支持数据权限。\n3. 岗位管理：配置系统用户所属担任职务。\n4. 菜单管理：配置系统菜单，操作权限，按钮权限标识，接口权限等。\n5. 角色管理：角色菜单权限分配、设置角色按机构进行数据范围权限划分。\n6. 字典管理：对系统中经常使用的一些较为固定的数据进行维护。\n7. 参数管理：对系统动态配置常用参数。\n8. 操作日志：系统正常操作日志记录和查询；系统异常信息日志记录和查询。\n9. 登录日志：系统登录日志记录查询包含登录异常。\n1. 接口文档：根据业务代码自动生成相关的api接口文档。\n1. 代码生成：根据数据表结构生成对应的增删改查相对应业务，全程可视化操作，让基本业务可以零代码实现。\n1. 表单构建：自定义页面样式，拖拉拽实现页面布局。\n1. 服务监控：查看一些服务器的基本信息。\n1. 内容管理：demo功能，下设分类管理、内容管理。可以参考使用方便快速入门。\n1. 定时任务：自动化任务，目前支持接口调用和函数调用。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxl4%2Fgo-admin-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxl4%2Fgo-admin-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxl4%2Fgo-admin-api/lists"}