Add step to apply schema to database in README
This commit is contained in:
parent
e9515bb068
commit
96f0570e40
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue