{"id":13597838,"url":"https://github.com/yuxingfei/beego-admin","last_synced_at":"2025-08-03T12:11:03.225Z","repository":{"id":40990103,"uuid":"297274153","full_name":"yuxingfei/beego-admin","owner":"yuxingfei","description":"基于beego v2.0.1框架和AdminLte前端框架，开发的go语言通用后台系统，在beego v2.0.1框架的基础上，封装了后台系统的分页功能，excel数据导出功能等丰富常用的扩展，MVC模式，使用原生的html原生作为前端显示，更加的灵活自由。beego-admin v2.0.1通用的后台系统真正的做到了开箱即用，欢迎大家使用。","archived":false,"fork":false,"pushed_at":"2023-12-17T15:00:11.000Z","size":32114,"stargazers_count":120,"open_issues_count":3,"forks_count":51,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T04:31:47.394Z","etag":null,"topics":["admin","beego","beego-admin","go","goadmin","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuxingfei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-21T08:19:29.000Z","updated_at":"2025-03-05T03:02:46.000Z","dependencies_parsed_at":"2023-01-19T19:02:58.644Z","dependency_job_id":null,"html_url":"https://github.com/yuxingfei/beego-admin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuxingfei%2Fbeego-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuxingfei%2Fbeego-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuxingfei%2Fbeego-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuxingfei%2Fbeego-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuxingfei","download_url":"https://codeload.github.com/yuxingfei/beego-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910666,"owners_count":20367546,"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":["admin","beego","beego-admin","go","goadmin","golang"],"created_at":"2024-08-01T17:00:42.122Z","updated_at":"2025-03-16T18:31:26.164Z","avatar_url":"https://github.com/yuxingfei.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# beego-admin 通用后台系统\r\n\r\n#### [beego-admin](https://github.com/yuxingfei/beego-admin) v2.0.1版本，基于beego 2.0.1 框架和AdminLte前端框架，开发的go语言通用后台系统，在beego框架的基础上，封装了后台系统的分页功能，excel数据导出功能等丰富常用的扩展，基于MVC模式，html界面随心定义，相较于某些后台复杂代码生成的前端html元素，使用原生的html原生作为前端显示，更加的灵活自由。[beego-admin](https://github.com/yuxingfei/beego-admin)通用的后台系统真正的做到了开箱即用，欢迎大家使用。技术交流群：1151174994\r\n\r\n## beego-admin 安装\r\n\r\n### 安装方式 (GO MOD方式安装,已移除 GOPATH方式安装说明，需要的请查看 tag v1.0.1)\r\n\r\n#### 1、安装beego v2.0.1和bee v2.0.2\r\n参考[Beego](https://beego.me/docs/install/)和[Bee](https://beego.me/docs/install/bee.md)安装手册\r\n\r\n#### 2、clone 项目到本地 GOPATH src目录之外的路径下\r\n```\r\nGitHub:   git clone git@github.com:yuxingfei/beego-admin.git\r\n```\r\n或\r\n```\r\n码云:   git clone git@gitee.com:yuxingfei/beego-admin.git\r\n```\r\n\r\n\r\n#### 3、配置数据库\r\n```\r\n将目录中beego-admin.sql文件导入mysql数据库\r\n\r\n更改根目录下的config.yaml文件内的数据库连接信息\r\n```\r\n\r\n#### 4、安装项目依赖\r\n```\r\nbeego-admin目录下 go mod tidy 将自动下载依赖包\r\n```\r\n\r\n### 通过上面方式安装后,接下来\r\n\r\n#### 运行系统\r\n```\r\n直接运行go run main.go，或者使用bee run在项目下运行，开始进行调试开发\r\n```\r\n\r\n#### 访问后台\r\n访问`/admin/index/index`，默认超级管理员的账号密码都为`super_admin`。\r\n\r\n\r\n## 补充\r\n[beego-admin](https://github.com/yuxingfei/beego-admin) 项目在beego v2.0.1的框架基础上完善了很多丰富的常用后台功能，分页封装、excel数据一键导出等功能，目前没有开发手册，相信大家一看代码就可知道功能怎么使用，如果大家需要详细的使用手册，我可为大家写一份详细的功能使用介绍，此外，如果有需要php语言的laravel版本的后台管理系统，可以使用[laravel-admin](https://github.com/yuxingfei/laravel-admin)。\r\n\r\n## 注意！！！\r\n当前最新master版本beego v2.0.1框架的版本，如果需要beego1.x 版本的请下载 tag v1.0.1 版本，因 Beego 2.x 的XSRF只支持 HTTPS 协议，所有app.conf配置中默认关闭了XSRF安全过滤，如有需要请手动开启,因beego v2.X版本和 beego v1.x版本区别较大，请根据beego最新手册进行开发使用。\r\n\r\n## 科学上网\r\n顺便推荐两个比较稳定的科学上网，我用了几年了，一直比较稳定\r\n[樱花云](https://www.sakuras.pro/index.php#/register?code=hxGASdrG)\r\n[忍者云](https://renzhe.cloud/auth/register?code=GoTA)\r\n\r\n技术交流QQ群：1151174994\r\n\r\n![Image](https://raw.githubusercontent.com/yuxingfei/images/master/beego-admin-qq-share.png)\r\n\r\n#### [beego-admin](https://github.com/yuxingfei/beego-admin)通用后台系统效果图\r\n\r\n![Image](https://raw.githubusercontent.com/yuxingfei/images/master/beego-login-1.jpg)\r\n\r\n![Image](https://raw.githubusercontent.com/yuxingfei/images/master/beego-index-2.png)\r\n\r\n![Image](https://raw.githubusercontent.com/yuxingfei/images/master/beego-user-index-3.png)\r\n\r\n![Image](https://raw.githubusercontent.com/yuxingfei/images/master/beego-user-4.png)\r\n\r\n![Image](https://raw.githubusercontent.com/yuxingfei/images/master/beego-admin-role-5.png)\r\n\r\n![Image](https://raw.githubusercontent.com/yuxingfei/images/master/beego-admin-menu-6.png)\r\n\r\n![Image](https://raw.githubusercontent.com/yuxingfei/images/master/beego-setting-7.png)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuxingfei%2Fbeego-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuxingfei%2Fbeego-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuxingfei%2Fbeego-admin/lists"}