Go to file
Argo Zhang 2cf6c14266
refactor(Gitee): 更新异常捕获类型
#Comment
comment commit:6de2b520da5b2a9316bcf4c7b04da620c32a304e

#Issue
link https://gitee.com/LongbowEnterprise/dashboard/issues?id=IXXPS
2019-06-15 12:48:12 +08:00
.gitee 更新模板:ISSUE模板增加预期结果与实际结果小节 2019-03-12 12:54:03 +08:00
Bootstrap.Admin refactor(Gitee): 更新异常捕获类型 2019-06-15 12:48:12 +08:00
Bootstrap.Client fix(#IX7G0): 数据库错误日志ErrorPage等记录两次 2019-05-30 10:48:45 +08:00
Bootstrap.Client.DataAccess doc(build): Longbow.Cache 升级到2.2.10 2019-05-30 10:50:18 +08:00
Bootstrap.DataAccess fix(#IXRLO): 重置密码后Reset按钮仍然可用 2019-06-11 12:16:05 +08:00
Bootstrap.DataAccess.MongoDB refactor(UnitTest): 重构单元测试 2019-06-03 10:41:30 +08:00
DatabaseScripts fix(script): update db sql for mssqlserver 2019-06-03 10:41:30 +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 refactor(Tools): 删除不使用的ToolsController 2019-06-14 20:37:23 +08:00
.dockerignore doc(docker): Add docker support file 2019-05-26 10:34:27 +08:00
.editorconfig style(editorconfig): 增加代码风格文件 2019-06-01 23:33:48 +08:00
.gitattributes style(git): 增加 sln text eof=crlf 2019-06-01 23:33:48 +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: add readme.zh-CN.md 2019-06-14 21:16:03 +08:00
LICENSE 增加文件:增加授权文件 Apache-2.0 2019-04-14 11:53:07 +08:00
README.md refactor(Tools): 删除不使用的ToolsController 2019-06-14 20:37:23 +08:00
README.zh-CN.md refactor(Tools): 删除不使用的ToolsController 2019-06-14 20:37:23 +08:00
appveyor.build.ps1 doc(build): 增加编译命令行输出 2019-05-29 18:45:53 +08:00
appveyor.test.ps1 test: update appveyor.test.ps1 2019-06-04 17:30:42 +08:00
appveyor.yml doc(test): 重构Appveyor单元测试命令 2019-06-03 10:41:30 +08:00

README.md

BootstrapAdmin

English | 中文


Version & Coverage

Release Coveralls Codecov

Gitee

Appveyor build Build Status Test Issue Status Pull Status

GitHub

Appveyor build dev status 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).

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. The foreground and background systems are separated without any dependence.

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. Copy file copy ./Scripts/Longbow.lic ./Bootstrap.Admin/bin/debug/netcoreap2.2/longbow.lic
  5. Login as Admin/123789

Branchs

dev env: windows + SQLite
master Synchronized with Online Demo

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