基于EGGJS的后台接口,使用sequelize搭建数据库模型,jwt授权。
已开发模块:
- 角色管理
- 菜单管理
- 用户管理
- 店铺管理 前后端分离,前端使用VUE搭建git地址。
see egg docs for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
- Use
npm run lint
to check code style. - Use
npm test
to run unit test. - Use
npm run autod
to auto detect dependencies upgrade, see autod for more detail.