/warroom-backend

A backend for stress-free incident response

Primary LanguageTypeScript

Setup

1. Env variables

Create a supabase app then, make sure to copy over .env.example to a .env file. Fill them up with proper values.

2. Prisma

Run npx prisma migrate dev to apply migrations