Go to file
Argo Zhang 44a390957d db: MongoDB更新admin账户角色
#Comment
未授权Admin导致切换到MongoDB数据库无法登陆
2019-08-23 19:31:37 +08:00
.gitee 更新模板:ISSUE模板增加预期结果与实际结果小节 2019-03-12 12:54:03 +08:00
Bootstrap.Admin fix: 修复 IE11 下页脚消失问题 2019-08-23 16:17:00 +08:00
Bootstrap.Client fix: AdminLTE 样式下站点名称折行导致页脚丢失 2019-08-23 14:52:32 +08:00
Bootstrap.DataAccess fix(#I10T9D): 修复用户管理页面更新显示名称不更新缓存问题 2019-08-18 11:42:19 +08:00
Bootstrap.DataAccess.MongoDB fix(#I10GWQ): 重新分配菜单后前台缓存未更新 2019-08-10 18:01:15 +08:00
DatabaseScripts db: MongoDB更新admin账户角色 2019-08-23 19:31:37 +08:00
Keys 更新工程:移除Build Event,移动snk文件到项目工程内 2018-05-19 21:19:13 +08:00
Scripts 增加文件:增加Scripts目录,添加Longbow.lic文件 2019-02-16 11:49:32 +08:00
UnitTest test: 增加 Lock Post 方法测试 2019-08-21 15:37:44 +08:00
.dockerignore doc(docker): Add docker support file 2019-05-26 10:34:27 +08:00
.editorconfig style: 更改代码格式 2019-06-20 22:03:18 +08:00
.gitattributes style: 更改代码格式 2019-06-20 22:03:18 +08:00
.gitignore test: 修复单元测试一起运行时出错问题 2019-05-18 18:19:55 +08:00
.issuetracker refactor: 更新issuetracker规则 2019-04-19 15:47:53 +08:00
.tfignore 初始化BootstrapAdmin解决方案 2016-10-20 22:17:04 +08:00
BootstrapAdmin.sln doc: 移除对Longbow.lic文件的包含 2019-08-09 13:22:21 +08:00
Directory.Build.props build: 移除公共配置信息到build文件中 2019-08-10 18:11:35 +08:00
LICENSE 增加文件:增加授权文件 Apache-2.0 2019-04-14 11:53:07 +08:00
README.md doc: 更新 readme.md 文件 2019-08-21 16:20:26 +08:00
README.zh-CN.md doc: 更新 readme.md 文件 2019-08-21 16:20:26 +08:00
appveyor.build.ps1 doc(build): 增加编译命令行输出 2019-05-29 18:45:53 +08:00
appveyor.test.ps1 build(appveyor): 移除dev分支编译条件 2019-06-15 13:25:29 +08:00
appveyor.yml doc(AppVeyor): 更新邮件模板 2019-06-19 18:23:45 +08:00

README.md

BootstrapAdmin

English | 中文


Version & Coverage

Release Coveralls Codecov

Gitee

Appveyor build Build Status Test Issue Status Pull Status

GitHub

Appveyor build master status Test Repo Size Commit Date

Introduce

Because the dependent on Bootstrap v4, so it is called Bootstrap Admin. This system can be integrated with asp.net and asp.net core applications. The database supports multiple databases at the same time. The detailed list is shown in the following database detailed list. Switching the data source only needs to change the configuration file without restarting the application. The configuration is simple and flexible. The UI front-end uses the popular Bootstrap framework layout, which is very compatible with mobile devices and adapts to almost all terminal devices in the current market. The system also has the feature of single background supporting multi-front desk, and provides the ability of single sign-on (SSO).

Notes

Bootstrap Admin does not require secondary development, but only integration with the front-end system. The front-end system model project is Bootstrap. Client
The original starting point of the project is to separate the privilege system from the business system. The project development focuses on functions. For detailed configuration instructions, please click on View Documents.

Features

  1. Integration with Front-end Website through Configuration
  2. Constructing Hierarchical Menu of Front-end System
  3. Provide a single background to support multiple front-end application configurations
  4. Provide single sign-on(SSO)
  5. Integrated System Authentication and Authorization Module
  6. Provide role, department, user, menu, foreground application authorization Role Authorization to Users
    Role-to-Menu Authorization
    Role Authorization to Departments
    Role-to-application authorization (multiple front-end applications share a back-end privilege management system)
    Departments Authorize Users
  7. Provide dictionary tables for personalized configuration of front-end websites
  8. Fully responsive layout (supporting all mainstream devices such as computers, tablets, mobile phones, etc.)
  9. Built-in multi-data source support, simple configuration and immediate effect without restart
  10. Built-in data memory caching mechanism, page fast response
  11. Built-in Data Operation Log and User Log on

Advantage

  1. The front-end system does not need to write login, authorization and authentication modules; it is only responsible for writing business modules.
  2. Background system can be used directly without any secondary development.
  3. Front-end and back-end systems are separated, which are different systems (domain name can be independent)
  4. Extensible to multi-tenant applications

For more information, please click wiki

Database

MSSQL/Oracle/SQLite/MySql/MariaDB/Postgresql/Firebird/MsAccess/MongoDB

Browser

chrome firefox edge ie Safari Andriod oper

"browserslist": [
  "Chrome >= 45",
  "Firefox >= 38",
  "Edge >= 12",
  "Explorer >= 11",
  "iOS >= 9",
  "Safari >= 9",
  "Android >= 4.4",
  "Opera >= 30"
]

Mobile

ios Andriod windows

Chrome Firefox Safari Android Browser & WebView Microsoft Edge
iOS Supported Supported Supported N/A Supported
Android Supported Supported N/A Android v5.0+ supported Supported
Windows 10 Mobile N/A N/A N/A N/A Supported

Desktop

macOS linux windows

Chrome Firefox Internet Explorer Microsoft Edge Opera Safari
Mac Supported Supported N/A N/A Supported Supported
Linux Supported Supported N/A N/A N/A N/A
Windows Supported Supported Supported, IE10+ Supported Supported Not supported

QQ Group

QQ

Installation

  1. Install .net core sdk Offical website
  2. Install Visual Studio IDE 2017 lastest Offical website
  3. Git clone git clone https://github.com/ArgoZhang/BootstrapAdmin.git
  4. Login as Admin/123789

Branchs

master Synchronized with Online Demo
dev env: windows + SQLite
dev-Tabs Multiple tabs branch
dev-Localization support multiple language branch

Online Demonstration

website1 website2

Login

Administrator: Admin/123789
User: User/123789

Docker Images

Docker Docker

Docker Hub

Mirror Portal

docker pull argozhang/ba

Qiniu Cloud:

Mirror Portal

docker pull reg.qiniu.com/argozhang/ba

Configurations

Detailed configuration instructions please click wikis

Q&A

Please click wikis

License

Gitee license

GVP award

View

Screenshots

Home

Home

For more screenshots, Click wiki

Contribution

  1. Fork
  2. Create Feat_xxx branch
  3. Commit
  4. Create Pull Request