Skip to content

🧑‍💻 Node.js + Egg.js + TypeScript + Mysql + Redis 开发的后台管理系统服务端,测试账号:testAdmin/nkm-123456

License

Notifications You must be signed in to change notification settings

kx00012kx/nkm-server-ts

 
 

Repository files navigation

后台服务端

用户角色权限说明

  1. 新增资源
  2. 新增角色然后角色关联资源
  3. 新增用户然后用户关联角色(目前已实现单用户多角色功能)

QuickStart

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Don't tsc compile at development mode, if you had run tsc then you need to npm run clean before npm run dev.

Deploy

$ npm run tsc
$ npm start

Npm Scripts

  • Use npm run lint to check code style
  • Use npm test to run unit test
  • se npm run clean to clean compiled js at development mode once

Requirement

  • Node.js 8.x
  • Typescript 2.8+

About

🧑‍💻 Node.js + Egg.js + TypeScript + Mysql + Redis 开发的后台管理系统服务端,测试账号:testAdmin/nkm-123456

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.6%
  • PLpgSQL 17.2%
  • JavaScript 1.2%