README.md Modified

This commit is contained in:
tokslaw7
2025-06-30 13:16:03 -04:00
parent c7fd523b00
commit 48c1e59448
+6 -1
View File
@@ -20,7 +20,12 @@ npm run dev
* To string up the Backend Server, enter the following command. "Change directory to backend folder" * To string up the Backend Server, enter the following command. "Change directory to backend folder"
``` ```
cd backend 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 node server.js
``` ```
**ls -> to list folders and files 'node_modules'** **ls -> to list folders and files 'node_modules'**