Go to file
2023-06-06 00:12:40 +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 记录邮箱验证码发送 2023-03-02 17:27:21 +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 update pnpm-lock.yaml 2023-06-06 00:12:40 +08:00
nest-cli.json register needs to have a email verification code 2023-02-22 00:16:59 +08:00
package.json jsonwebtoken 2023-02-28 18:27:29 +08:00
pnpm-lock.yaml update pnpm-lock.yaml 2023-06-06 00:12:40 +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.