nestjs-mongodb-app:使用 Mongoose 连接到 MongoDB 的 NestJS 应用程序

时间:2024-06-19 14:09:33
【文件属性】:

文件名称:nestjs-mongodb-app:使用 Mongoose 连接到 MongoDB 的 NestJS 应用程序

文件大小:116KB

文件格式:ZIP

更新时间:2024-06-19 14:09:33

TypeScript

一个用于构建高效且可扩展的服务器端应用程序的渐进式框架,深受启发。 描述 框架 TypeScript 入门存储库。 这是 NestJS 中使用 MongoDB 和 mongoose 的基本项目( https://github.com/Cfvilarroel/nestjs-mongodb-app ) 安装 $ 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 支持 Nest 是一个 MIT 许可的开


【文件预览】:
nestjs-mongodb-app-master
----.gitignore(375B)
----.env.example(106B)
----package.json(2KB)
----package-lock.json(358KB)
----src()
--------dto()
--------app.module.ts(987B)
--------entities()
--------app.controller.spec.ts(617B)
--------main.ts(328B)
--------config()
--------repositories()
--------app.service.ts(142B)
--------app.controller.ts(274B)
--------modules()
----tsconfig.json(339B)
----.eslintrc.js(663B)
----README.md(3KB)
----tsconfig.build.json(97B)
----test()
--------app.e2e-spec.ts(630B)
--------jest-e2e.json(183B)
----.prettierrc(314B)
----nest-cli.json(64B)

网友评论