Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zyhnbyyds/nest-admin-ts

基于nestjs的基本后台管理系统。采用jwt身份认证。包含登录、用户、角色等。参考nest官网的最佳实践。
https://github.com/zyhnbyyds/nest-admin-ts

auth jwt mysql2 nest nestjs nestjs-backend nodejs role typeorm typescript

Last synced: about 1 month ago
JSON representation

基于nestjs的基本后台管理系统。采用jwt身份认证。包含登录、用户、角色等。参考nest官网的最佳实践。

Awesome Lists containing this project

README

        

## 基于 NestJs 的后台管理系统

包含基本的用户、角色。 登录身份认证(jwt)。

## 数据库数据

[百度网盘](https://pan.baidu.com/s/1OFmt-ec6v3QjVzpj3RiX9g?pwd=6666)

## 运行方式

```
pnpm install
```

```
pnpm start:dev
```

## 对接的前端界面地址

## 接口文档地址(ApiFox)