Nestjs Session-Based Authentication π€ Setting up for development Install package dependencies π¦ > npm install Build π > npm run start Setup Prisma Create a .env file by duplicating the .env.example file and then replace the database URL value with relevant values. After that, run > npx prisma generate And > npx prisma db push