From 96f0570e401eb9585cd3fbeaa29cf887592407c9 Mon Sep 17 00:00:00 2001 From: Marcus Hof <13001502+MarconLP@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:30:47 +0200 Subject: [PATCH] Add step to apply schema to database in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f814d..df0450a 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,13 @@ -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