nestjs-boilerplate icon indicating copy to clipboard operation
nestjs-boilerplate copied to clipboard

NestJS app boilerplate - Authentication, Validation, GraphQL and Prisma

NodeJS boilerplate

Description

Boilerplate application from this tutorial.

Installation

$ npm install
$ docker-compose up -d
$ prisma deploy

Running the app

# development
$ JWT_SECRET=secret npm run start

# watch mode
$ JWT_SECRET=secret npm run start:dev

# production mode
$ JWT_SECRET=secret npm run start:prod

License

Nest is MIT licensed.