Skip to content

NestJS app boilerplate - Authentication, Validation, GraphQL and Prisma

License

Notifications You must be signed in to change notification settings

nikitakot/nestjs-boilerplate

Repository files navigation

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.

About

NestJS app boilerplate - Authentication, Validation, GraphQL and Prisma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published