Dev environment
Database
Before starting the server, you'll need a running database. You can either install postgres onto your machine or use Docker. We recommend using Docker.
-
Install Docker for your OS if you don't have it.
-
Run the following command (customize values as needed):
Make sure these database values match your .env values. -
Run the following command to migrate your database to match the prisma schema.
pnpm prisma migrate dev