Giter VIP home page Giter VIP logo

egg-admin-service's Introduction

egg-admin-service

基于eggjs的node service,用来做前后端分离的后台管理系统的后端服务。简称Eas。 Eas后台使用egg当作后台框架,antd当作前端界面。

已实现

  1. 权限管理,精确到api级别的权限管理
  2. 用户个人资料修改

需要掌握

  • 为企业级框架和应用而生的node框架:egg
  • 极快的类Next.js的React应用框架:umi
  • 开箱即用的中台前端/设计解决方案:ANT DESIGN PRO

本地开发

初始化数据库内容

前提

该工程使用的数据库是mongodb,请先运行mongodb。

执行脚本

  1. 进入工程目录下/init.d/mongo文件夹
  2. 终端执行mongo --quiet localhost:27017/eas init.js
  3. 查看mongodb是否生成了数据

启动node服务

  1. 进入工程目录
  2. 执行npm i安装项目依赖
  3. 执行npm run dev启动node服务(如果是vscode直接按F5运行即可)

账号

  • admin/123456
  • test/123456

egg-admin-service's People

Contributors

xjchenhao avatar

Watchers

James Cloos 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.