# web-camera-backend **Repository Path**: s-y-t/web-camera-backend ## Basic Information - **Project Name**: web-camera-backend - **Description**: 摄像头管理平台后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-02-13 - **Last Updated**: 2025-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Description 需要mongodb数据库 ## 打包 ```bash npm run build ``` ## 部署 #### 需要的文件 - dist/ - package.json - package-lock.json #### 运行 ```bash $ npm run install $ npm run start:prod ``` ## 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 ``` ## License Nest is [MIT licensed](LICENSE).