Code Monkey home page Code Monkey logo

express-admin's Introduction

express-admin

一个基于NodeJS Express Bootstrap 框架的后台管理系统,包括登录,角色,菜单权限等。
redis: v3.0+, 
nodejs: v8.0+

下载地址

https://github.com/wangbinlml/express-admin

Demo地址

http://a.chenxun.org username: test password: test

安装

git clone https://github.com/wangbinlml/express-admin.git
cd express-admin
npm install 
打开浏览器访问:http://127.0.0.1:3000  (3000端口可在system_config.json中配置)

注:图片验证码使用canvas;安装请参考官网教程(https://github.com/Automattic/node-canvas)

#配置数据库

{
  "mysql": {
    "host": "127.0.0.1",
    "user": "root",
    "password": "",
    "database": "demo",
    "port": 3306,
    "connectionLimit": 50,
    "acquireTimeout": 10000,
    "charset": "utf8"
  },
  "redis": {
    "cluster": false,
    "connect_info": [
      {
        "port": 6379,
        "host": "127.0.0.1"
      }
    ]
  }
}

#数据库文件

db/db.tar.gz
db/change.sql

Todo List

  • 用户登录
  • 登录验证码
  • 用户管理
  • 菜单管理
  • 权限管理
  • 用户角色管理
  • 菜单权限管理
  • 实例数据库
  • 菜单管理加入table tree
  • 权限设置加入ztree
  • 菜单以tab方式打开,可以同时展示多个页面
  • 操作权限管理

界面预览

1.登录

image

1.首页

image

3.菜单管理

image

4.权限设置

image

express-admin's People

Contributors

wangbinlml avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.