All Projects → nkm-admin → nkm-server-ts

nkm-admin / nkm-server-ts

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

Programming Languages

typescript
32286 projects
PLpgSQL
1095 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nkm-server-ts

Egg Router Plus
The missing router feature for eggjs
Stars: ✭ 117 (+515.79%)
Mutual labels:  eggjs
Cool Admin Api
cool-admin-api 是基于egg.js、typeorm、jwt等封装的api开发脚手架、快速开发api接口
Stars: ✭ 188 (+889.47%)
Mutual labels:  eggjs
egg-sentry
Sentry Plugin For Egg.js
Stars: ✭ 18 (-5.26%)
Mutual labels:  eggjs
Egg React Ssr
最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
Stars: ✭ 1,837 (+9568.42%)
Mutual labels:  eggjs
Egg Mp
EggJS插件:微信公众平台基本服务
Stars: ✭ 153 (+705.26%)
Mutual labels:  eggjs
ves
Vue SSR(Server Side Render) Web Framework for Egg
Stars: ✭ 23 (+21.05%)
Mutual labels:  eggjs
Vuejs Admin Server
vuejs-admin项目服务端部分
Stars: ✭ 110 (+478.95%)
Mutual labels:  eggjs
egg-RESTfulAPI
基于egg.js2.x的RESTfulAPI风格的项目模板,用于快速构建高性能的服务端。
Stars: ✭ 70 (+268.42%)
Mutual labels:  eggjs
Egg Oauth2 Server
🌟 OAuth2 server plugin for egg.js based on node-oauth2-server
Stars: ✭ 174 (+815.79%)
Mutual labels:  eggjs
egg-rbac
Role Based Access Control for eggjs
Stars: ✭ 32 (+68.42%)
Mutual labels:  eggjs
Vscode Eggjs
vscode extension for https://eggjs.org/
Stars: ✭ 141 (+642.11%)
Mutual labels:  eggjs
Vue Shopping
vue电商 基于Vue2.5+Koa2+Mongodb+Vant的移动电商webapp
Stars: ✭ 148 (+678.95%)
Mutual labels:  eggjs
sf-midway-admin
🚀 基于MidwayJs + TypeScript + TypeORM + Redis + MySql + Vue2 + Element-UI编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 93 (+389.47%)
Mutual labels:  eggjs
Coding
视频代码
Stars: ✭ 124 (+552.63%)
Mutual labels:  eggjs
react-ant-admin-api
专为 react-ant-admin 开发的后端API,完善的权限路由系统,使用 eggjs、ts、mysql开发
Stars: ✭ 52 (+173.68%)
Mutual labels:  eggjs
Blog
天猪部落阁 http://atian25.github.io
Stars: ✭ 1,527 (+7936.84%)
Mutual labels:  eggjs
egg-view-assets
Manage frontend assets in development and production.
Stars: ✭ 51 (+168.42%)
Mutual labels:  eggjs
egg-cache
💾 Cache plugin for eggjs
Stars: ✭ 60 (+215.79%)
Mutual labels:  eggjs
eggjs-oAuth2-server
基于eggjs的oAuth2.0授权服务端,包含完整流程实例
Stars: ✭ 118 (+521.05%)
Mutual labels:  eggjs
egg-react-mobx-ts-antd
Start node with eggjs, react, mobx-react, typescript and ant design.
Stars: ✭ 34 (+78.95%)
Mutual labels:  eggjs

后台服务端

用户角色权限说明

  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+
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].