Skip to content

cdx111/nest-template

Repository files navigation

Installation

$ pnpm install

Note

the prisma generate command for you. In the future, you need to run this command after every change to your Prisma models to update your generated Prisma Client.

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

Database

$ brew services start mariadb

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.

Releases

No releases published

Packages

No packages published