# nest-admin **Repository Path**: jinxin0517/nest-admin ## Basic Information - **Project Name**: nest-admin - **Description**: 基于Nest,通用的后台管理项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 17 - **Forks**: 2 - **Created**: 2021-09-27 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nestjs, JWT, MongoDB, Compodoc, log4js ## README

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

## Nest Admin 通用的后台管理项目 ## Description 分支1.0版本为通用的模版,可进行clone直接使用 [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. [掘金参考文章](https://juejin.cn/column/6960949607794737159) 基于掘金教程,加入个人想法编写的一套通用admin后端项目 [项目文档实例](http://nestadmin.jinxinapp.cn/documentation) [项目文档实例](http://nestadmin.jinxinapp.cn/docs/) [项目文档实例-详细](http://nestadmin_dt.jinxinapp.cn/doc) [swagger实例-详细](http://nestadmin_dt.jinxinapp.cn/docs/) [前端示例](http://nestadmin_dt.jinxinapp.cn/login) ## 主要功能 - JWT登录鉴权 - log4js日志系统 - mongodb数据库链接,进行数据处理 - DTO、class-validator参数校验 - 基础的RBAC - swagger自动生成接口文档 - Compodoc生成Nest项目说明文档 ## 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 ``` ## Support Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). ## Stay in touch - Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) - Website - [https://nestjs.com](https://nestjs.com/) - Twitter - [@nestframework](https://twitter.com/nestframework) ## License Nest is [MIT licensed](LICENSE).