NestJs:此应用程序出于学习目的而开发

时间:2021-04-08 10:53:16
【文件属性】:
文件名称:NestJs:此应用程序出于学习目的而开发
文件大小:127KB
文件格式:ZIP
更新时间:2021-04-08 10:53:16
TypeScript 一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。 描述 开发示例应用程序是为了学习。 安装 $ 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 数据库 # Installing PostgreSQL https://www.postgresql.org/download/windows/ # Installing pgAdmin https://www.pgadmin.org/dow
【文件预览】:
NestJs-master
----.gitignore(395B)
----package.json(2KB)
----package-lock.json(473KB)
----src()
--------app.module.ts(364B)
--------auth()
--------main.ts(367B)
--------config()
--------tasks()
----tsconfig.json(336B)
----.eslintrc.js(599B)
----README.md(3KB)
----tsconfig.build.json(97B)
----test()
--------app.e2e-spec.ts(630B)
--------jest-e2e.json(183B)
----.prettierrc(51B)
----nest-cli.json(64B)

网友评论