# nest-admin **Repository Path**: yanhualiu/nest-admin ## Basic Information - **Project Name**: nest-admin - **Description**: 使用 NestJs 开发的权限管理系统 前端配合使用react - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-26 - **Last Updated**: 2022-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript, Nodejs, typeorm ## README # nest-admin #### 介绍 使用 NestJs 开发的权限管理系统 前端配合使用react #### 软件架构 本项目采用 Node + NestJs + Typeorm + Mysql #### 使用说明 ormconfig.json 配置数据库信息 config/redisConfig 配置redis信息

Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

## Description [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## Test ```bash # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov ```