79 lines
2.7 KiB
Markdown
79 lines
2.7 KiB
Markdown
# BootstrapAdmin
|
||
|
||
## 项目介绍
|
||
使用HTML5+jQuery + NET Core 2.2 + Bootstrap4.1 + PetaPoco构建的后台管理平台,主要功能如下:
|
||
详细资料请点击 [查看文档](https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis)
|
||
|
||
## 数据库
|
||
数据库支持列表如下:
|
||
**MSSQL/Oracle/SQLite/MySql/MariaDB/Postgresql/Firebird/MsAccess/MongoDB**
|
||
|
||
## QQ交流群
|
||
群号
|
||
795206915
|
||
[快速加群](https://shang.qq.com/wpa/qunwpa?idkey=d381355e50ff91db410c3da3eadb081ba859f64c2877e86343f4709b171f28b8)
|
||
|
||
## 功能列表
|
||
1. 系统登录
|
||
2. 后台管理
|
||
3. 个人中心
|
||
4. 返回前台
|
||
5. 网站设置
|
||
6. 菜单管理
|
||
7. 用户管理
|
||
8. 角色管理
|
||
9. 部门管理
|
||
10. 字典表维护
|
||
11. 站内消息
|
||
12. 任务管理
|
||
13. 通知管理
|
||
14. 系统日志
|
||
15. 程序异常
|
||
16. 工具集合
|
||
|
||
详细资料请点击 [查看文档](https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis)
|
||
|
||
## 安装教程
|
||
1. 安装 .net core sdk [官方网址](http://www.microsoft.com/net/download)
|
||
2. 安装 Visual Studio IDE 2017以上 [官方网址](https://visualstudio.microsoft.com/vs/getting-started/)
|
||
3. 获取本项目代码 [BootstrapAdmin](https://gitee.com/LongbowEnterprise/BootstrapAdmin)
|
||
4. 安装数据库
|
||
以微软MSSQL为例,执行解决方案中SQLServer目录(物理硬盘中DatabaseScripts目录下)Install.sql脚本创建数据库
|
||
5. 初始化数据
|
||
执行对应目录下InitData.sql脚本
|
||
6. 拷贝Longbow.lic文件
|
||
拷贝Scripts目录下Longbow.lic文件到bin目录下
|
||
7. 系统登录用户名与口令
|
||
用户名:**Admin**
|
||
密码:**123789**
|
||
|
||
**在线演示** <a href="http://argo.zylweb.cn" target="_blank">[传送门]</a>
|
||
网站服务器配置:
|
||
CPU: 1核
|
||
MEM: 2G
|
||
|
||
## 配置说明
|
||
详细配置说明请点击 [查看文档](https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis) 查看配置说明小节
|
||
|
||
## 常见问题Q&A
|
||
请点击 [查看文档](https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis) 查看常见问题小节
|
||
|
||
## 项目截图
|
||
|
||
后台首页
|
||
|
||
![输入图片说明](https://gitee.com/LongbowEnterprise/Pictures/raw/master/BootstrapAdmin/BA02.png "BAHome.png")
|
||
|
||
更多截图请点击 [查看文档](https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis) 查看项目截图小节
|
||
|
||
## 特别鸣谢
|
||
1. <a href="https://gitee.com/571183806" target="_blank">**云龙**</a> 提供云服务器搭建在线演示系统
|
||
2. <a href="https://gitee.com/Ysmc" target="_blank">**一事冇诚**</a> 对MongoDB数据库提供了详细测试
|
||
|
||
## 参与贡献
|
||
|
||
1. Fork 本项目
|
||
2. 新建 Feat_xxx 分支
|
||
3. 提交代码
|
||
4. 新建 Pull Request
|