文件名称:pine-api:适用于Pine Project的RESTful API
文件大小:205KB
文件格式:ZIP
更新时间:2024-05-07 14:37:34
TypeScript
适用于Pine Project的RESTful API 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod 测试 # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov
【文件预览】:
pine-api-master
----package.json(2KB)
----test()
--------jest-e2e.json(183B)
--------app.e2e-spec.ts(630B)
----knexfile.ts(361B)
----.prettierrc(51B)
----package-lock.json(755KB)
----.env.example(98B)
----nest-cli.json(64B)
----src()
--------images()
--------database()
--------app.module.ts(394B)
--------main.ts(224B)
--------users()
----migrations()
--------20210417151812_create_images_table.ts(645B)
--------20210417150345_create_users_table.ts(390B)
----.eslintrc.js(631B)
----tsconfig.json(368B)
----.gitignore(405B)
----README.md(330B)
----tsconfig.build.json(97B)