# beego_admin **Repository Path**: base_php/beego_admin ## Basic Information - **Project Name**: beego_admin - **Description**: 基于beego开发的后台系统,实现了基本的角色权限、日志等基本功能。 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2020-01-05 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # beego_admin 一个基于beego开发的后台架子,前端使用的是X-admin2.2(http://x.xuebingsi.com/) ## Build ## 1. 安装go环境,我的版本是:go version go1.12.5 windows/amd64 2. 安装beego工具,参考:https://beego.me/docs/install/bee.md 3. 创建mysql数据库,打开conf/app.conf,修改配置信息 4. 执行如下命令,访问http://localhost:8888/admin ```shell bee run ``` ps :在conf/app.conf文件is_install自动为true时,系统每次启动会重新安装数据,不需要时设置为false ## 效果图预览 ## ![image](https://s2.ax1x.com/2019/09/20/njNWWT.png) ![image](https://s2.ax1x.com/2019/09/20/njN2F0.png) ![image](https://s2.ax1x.com/2019/09/20/njNcoq.png) ![image](https://s2.ax1x.com/2019/09/20/njN6wn.png) ## License ## MIT License