Skip to content

基于nestjs 10.x + typeorm + mysql 的后台管理系统

Notifications You must be signed in to change notification settings

gray-ray/ray-nestjs-admin

Repository files navigation

Nest Logo

项目描述

多应用用户、角色、应用、菜单、权限管理系统项目

项目技术

项目实现: nestjs(v10) + mysql + typeorm

项目技术点: 请求异常过滤器、用户认证、角色认证、日志打印、事务、密码加密

部署应用: Docker + pm2

本地开发

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod