# nest-template **Repository Path**: node_org/nest-template ## Basic Information - **Project Name**: nest-template - **Description**: 本项目时基于nest内部集成日志、请求拦截、异常拦截、登录认证、swagger集成、mysql集成、redis集成、文件上传,短信认证等功能 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-04-04 - **Last Updated**: 2024-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Installation ```bash $ pnpm install ``` ## Running the app ```bash # development $ pnpm run start # watch mode $ pnpm run start:dev # production mode $ pnpm run start:prod ``` ## Test ```bash # unit tests $ pnpm run test # e2e tests $ pnpm run test:e2e # test coverage $ pnpm run test:cov ``` ## 本地环境启动问题 - 因为.env.local无法提交导致无法启动,所以需要将.env.development复制一份,并重命名为.env.local