/nestjs-prisma-jwt

✨ Starter project with NestJS + Prisma + JWT

Primary LanguageTypeScript

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