# nestjs-starter **Repository Path**: ivan2261/nestjs-starter ## Basic Information - **Project Name**: nestjs-starter - **Description**: Nestjs + TypeScript starter - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-28 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nestjs, TypeScript, MongoDB ## README ## Description Nestjs + TypeScript starter ## 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 ```