# syt-admin-node **Repository Path**: s-y-t/syt-admin-node ## Basic Information - **Project Name**: syt-admin-node - **Description**: syt-admin服务端,nestjs开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-27 - **Last Updated**: 2024-11-23 ## 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).