mvp-ticket/backend
Igor Hrenowitsch Propisnov fba474bd7c send verify mail to user and handle db logic 2024-05-29 19:53:15 +02:00
..
src send verify mail to user and handle db logic 2024-05-29 19:53:15 +02:00
test generalize eslint 2024-05-22 21:45:16 +02:00
.eslintrc generalize eslint 2024-05-22 21:45:16 +02:00
.gitignore update configs 2024-05-22 16:56:40 +02:00
README.md added plain backend 2024-04-04 17:02:42 +02:00
nest-cli.json added plain backend 2024-04-04 17:02:42 +02:00
openapitools.json generalize eslint 2024-05-22 21:45:16 +02:00
package.json added mail module 2024-05-24 22:35:07 +02:00
pnpm-lock.yaml added mail module 2024-05-24 22:35:07 +02:00
tsconfig.build.json added plain backend 2024-04-04 17:02:42 +02:00
tsconfig.json added plain backend 2024-04-04 17:02:42 +02:00

README.md

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

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm 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.