Go to file
2022-09-19 11:50:57 +09:00
prisma NestJS 수정2.. 2022-09-01 15:55:55 +09:00
src nestjs_backend... 2022-09-19 11:50:57 +09:00
test 변경 5번째.. 2022-08-24 18:13:40 +09:00
.env nestjs_auth init.. 2022-09-10 19:52:00 +09:00
.eslintrc.js NestJs-Backend Init.. 2022-08-16 17:57:34 +09:00
.gitignore NestJs-Backend Init.. 2022-08-16 17:57:34 +09:00
.prettierrc 1번째 수정.. 2022-08-17 16:57:03 +09:00
nest-cli.json NestJs-Backend Init.. 2022-08-16 17:57:34 +09:00
package-lock.json nestjs_auth init.. 2022-09-10 19:52:00 +09:00
package.json nestjs_auth init.. 2022-09-10 19:52:00 +09:00
README.md NestJs-Backend Init.. 2022-08-16 17:57:34 +09:00
tsconfig.build.json NestJs-Backend Init.. 2022-08-16 17:57:34 +09:00
tsconfig.json NestJs-Backend Init.. 2022-08-16 17:57:34 +09:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.