文件名称:nestjs_rest_api:使用Nest和MongoDB构建的Rest API
文件大小:70KB
文件格式:ZIP
更新时间:2024-05-22 09:51:09
TypeScript
NestJS REST API 使用NestJS框架和MongoDB / Mongoose的CRUD REST API。 设置 将您的mongodb uri添加到“ config / keys.ts文件” 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod
【文件预览】:
nestjs_rest_api-master
----tsconfig.build.json(89B)
----src()
--------main.ts(208B)
--------app.service.ts(142B)
--------app.module.ts(585B)
--------config()
--------app.controller.ts(274B)
--------app.controller.spec.ts(617B)
--------items()
----nest-cli.json(84B)
----tsconfig.json(300B)
----test()
--------jest-e2e.json(183B)
--------app.e2e-spec.ts(561B)
----.prettierrc(51B)
----tslint.json(426B)
----README.md(326B)
----nodemon.json(132B)
----nodemon-debug.json(163B)
----.gitignore(12B)
----package-lock.json(268KB)
----package.json(2KB)