# nestdemo **Repository Path**: Dirp/nestdemo ## Basic Information - **Project Name**: nestdemo - **Description**: 1.初始化项目 2.添加控制器 3.添加swagger文档支持 4.添加日志 5.添加错误处理 6.添加pipe 7.添加权限控制 8.邮件服务 9.config配置 10.监控 11.jwt的token令牌支持以及鉴权 12.基于mysql的讲解 13.任务队列 14.文件上传文件下载 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-21 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 包含以下模块: - 1.初始化项目 - 2.添加控制器 - 3.添加swagger文档支持 - 4.添加日志 - 5.添加错误处理 - 6.添加pipe - 7.添加权限控制 - 8.邮件服务 - 9.config配置 - 10.监控 - 11.jwt的token令牌支持以及鉴权 - 12.基于mysql的讲解 - 13.任务队列 - 14.文件上传文件下载 ## 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 ``` ## 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).