# nest-template **Repository Path**: choikeith/nest-template ## Basic Information - **Project Name**: nest-template - **Description**: nestTemplate是一个使用nest.js搭建的后台开发模板,进行快速代码开发 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-28 - **Last Updated**: 2022-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 该模板主要为了快速搭建一个NestJS的后端服务,使用的技术如下 - NestJS(@nestjs/platform-fastify) - MySQL - TypeOrm - Redis ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## License Nest is [MIT licensed](LICENSE).