JRub
Results
2
comments of
JRub
Yes, provide a `DATABASE_URL` in your .env file and then these commands, first `npx prisma migrate dev ` and then `npx prisma generate ` This worked for me. Afterwards I...
This is how my `DATABASE_URL` looks like: `postgresql://postgres@localhost:5432/together` You run postgresql locally on your pc, create a database and use this URL. I had some issues getting it to run....