# nest_study **Repository Path**: sumaolin/nest_study ## Basic Information - **Project Name**: nest_study - **Description**: 学习 NestJS 框架的代码 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-03 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nestjs ## README # SCRM-GYM REST API 接口 ## Reference ### 日志系统配置 1. [Nest.js 从零到壹系列(四):使用中间件、拦截器、过滤器打造日志系统](https://juejin.cn/post/6844904098689449998) > 最后的异常处理中的 anyException 要在 httpException 前面的话,async 函数中 throw new Error() 产生的 UnhandledPromiseRejectionWarning 类型的异常捕获不到,anyException 在后面才能捕获到,作者有处理这种错误吗? ### UnhandledPromiseRejectionWarning 1. [我们是如何做到对所有 API 异常请求实时监控的 ?](https://zhuanlan.zhihu.com/p/108713037) 2. [Node 脚本遭遇异常时如何安全退出](https://juejin.cn/post/6865060371481395213) ## 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).