Add step to apply schema to database in README

This commit is contained in:
Marcus Hof 2023-08-02 11:30:47 +02:00 committed by GitHub
parent e9515bb068
commit 96f0570e40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,13 @@
</details>
</details>
5. Run (in development mode)
5. Set up the database using the Prisma schema
```sh
npx prisma db push
```
6. Run (in development mode)
```sh
npm run dev