Go to file
2023-02-22 18:37:13 +08:00
.husky 🎨 add git pre-commit hook to format code 2023-02-15 17:03:08 +08:00
.vscode 🎨 add git pre-commit hook to format code 2023-02-15 17:03:08 +08:00
prisma 🗃️ add prisma ORM 2023-02-15 19:28:17 +08:00
src delete user 2023-02-22 18:37:13 +08:00
.env.example update .env.example 2023-02-21 20:09:38 +08:00
.eslintrc.js 🎉 initialize project by nest-cli 2023-02-15 16:57:47 +08:00
.gitignore 🔧 add @nestjs/config 2023-02-15 17:36:45 +08:00
.prettierrc 🎨 add git pre-commit hook to format code 2023-02-15 17:03:08 +08:00
docker-compose.yml 🗃️ add prisma ORM 2023-02-15 19:28:17 +08:00
nest-cli.json register needs to have a email verification code 2023-02-22 00:16:59 +08:00
package.json add JwtExceptionsFilter 2023-02-22 01:18:12 +08:00
pnpm-lock.yaml add JwtExceptionsFilter 2023-02-22 01:18:12 +08:00
README.md 🔥 remove all test files 2023-02-15 17:10:37 +08:00
tsconfig.build.json 🎉 initialize project by nest-cli 2023-02-15 16:57:47 +08:00
tsconfig.json 🎉 initialize project by nest-cli 2023-02-15 16:57:47 +08: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

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

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.