文件名称:nest从零搭建项目.rar
文件大小:140KB
文件格式:RAR
更新时间:2023-12-29 11:42:01
nodejs
NestJS是一个开源的Node.js服务端框架,使用了成熟的Node.js组件例如Express.js、TypeORM等,并且结合了TypeScript强大的类型系统,为Node世界带来了接近Spring的生产力系统。它的方法灵感来自Java语言中的Spring BOOT,采用依赖注入的方式对应用程序的各个模块进行了解耦。
【文件预览】:
新建文件夹
----.gitignore(375B)
----tsconfig.json(339B)
----README.md(3KB)
----nest-cli.json(64B)
----test()
--------jest-e2e.json(183B)
--------app.e2e-spec.ts(630B)
----.prettierrc(51B)
----package.json(2KB)
----dist()
--------tsconfig.build.tsbuildinfo(654KB)
--------src()
--------config()
----src()
--------app.controller.spec.ts(617B)
--------database()
--------login()
--------main.ts(1KB)
--------app.service.ts(142B)
--------app.controller.ts(274B)
--------entity()
--------app.module.ts(966B)
----config()
--------db.ts(603B)
----tsconfig.build.json(97B)
----.eslintrc.js(630B)
----package-lock.json(339KB)