Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhuhengtan/gorgeous-admin-server

backends for gorgeous-admin(nodejs koa edition)
https://github.com/zhuhengtan/gorgeous-admin-server

admin auth authentication ioredis jwt koa koa2 mysql nodejs redis typeorm

Last synced: about 1 month ago
JSON representation

backends for gorgeous-admin(nodejs koa edition)

Awesome Lists containing this project

README

        

# gorgeous-admin-server 管理端后台

使用`Koa`、`MySQL`、`TypeORM`

## 包含功能:
✅ 登录 JWT 鉴权

✅ 用户、角色、权限的增删改查

✅ 错误处理

✅ 接口签名(简单版)

✅ 获取用户权限

✅ 权限判断

## 使用说明

```
// 拉代码
git clone [email protected]:zhuhengtan/gorgeous-admin-server.git

// 安装
npm i

// 配置 /env/development !!!!!
// 配置 /env/development !!!!!
// 配置 /env/development !!!!!

// 运行
npm run dev

// 如果提示没有ts-node,要全局安装
npm i ts-node -g

```