Skip to content
/ nestjs-prisma-jwt Public template

✨ Starter project with NestJS + Prisma + JWT

Notifications You must be signed in to change notification settings

AngCosmin/nestjs-prisma-jwt

Repository files navigation

Run the project

  1. Copy .env.example and rename it to .env
  2. Change DATABASE_URL in .env
  3. Install dependencies & run
npm install
npm run start:dev