# nest_test **Repository Path**: ProgressSpace/nest_test ## Basic Information - **Project Name**: nest_test - **Description**: node 框架nest学习 JWT鉴权,server,crl,module,dto 等基础功能, swagger API 文档,服务监控系统 等知识学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-17 - **Last Updated**: 2024-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nestA progressive Node.js framework for building efficient and scalable server-side applications.
## Description [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ## Installation ```bash $ yarn install ``` ## Running the app ```bash # development $ yarn run start # watch mode $ yarn start:dev # production mode $ yarn 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). ## tools - bcrypt && @types/bcrypt 用于生成 hash 用于加密 (在 m1 的苹果系统上跑不起来 只支持 x86) - crypto-js && @types/crypto-js 用于使用 md5 加密 - swagger-ui-express && @nestjs/swagger 用于 swagger 文档 - class-validator && class-transformer 类验证器