You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install dependencies
npm install
# Setup environment
cp .env.example .env
# Edit .env with your database URL and JWT secret# Generate Prisma client
npm run db:generate
# Push schema to database
npm run db:push
# Run in development mode
npm run dev