文件名称:devshop-api
文件大小:58.26MB
文件格式:ZIP
更新时间:2024-03-31 00:41:13
TypeScript
DevShop API 描述 DevShop API是DevShop的后端代码。 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod 数据库迁移 # generate a new migration synchronizing entities $ npm run typeorm migration:generate -- -n < migration> # sync database running migrations $ npm run typeorm migration:run # test coverage $ npm run test:cov 执照 Nest已