# tadpole-nestjs **Repository Path**: TadpoleStack/tadpole-nestjs ## Basic Information - **Project Name**: tadpole-nestjs - **Description**: NodeJS+NestJS 个人博客后台接口服务 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-06 - **Last Updated**: 2025-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Description A NestJS framework for self-blog(miniProgram:'你的代码写的真棒'). ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ```