From 48c1e594480cd86eeae41986ad6b53148133ce01 Mon Sep 17 00:00:00 2001 From: tokslaw7 <147814066+tokslaw-shruboak@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:16:03 -0400 Subject: [PATCH] README.md Modified --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ab5c7..630f3f6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,12 @@ npm run dev * To string up the Backend Server, enter the following command. "Change directory to backend folder" ``` cd backend -ls +npm install +Create .env and have it point to your SQLite database + * Use the DATABASE_URL key for Prisma + * Migrate the database using npx prisma migrate dev + * This will apply all the migrations we have created + * This will also generate a new prisma client node server.js ``` **ls -> to list folders and files 'node_modules'**