From b178d55f81b01d8cec9003f93453c9b2dc05e13a Mon Sep 17 00:00:00 2001 From: tokslaw7 <147814066+tokslaw-shruboak@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:52:34 -0400 Subject: [PATCH] readme modified --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ef6527..3d6fa11 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ npm run dev * To string up the Backend Server, enter the following command. "Change directory to backend folder" ``` cd backend -ls - to list folders and files ***NB:*** `node_modules` -Run - 'node server.js' - springs up the backend server + ls ---> to list folders and files 'node_modules' +Run `node server.js` -> springs up the backend server ``` - Both frontend and backend server are running simultaneously > - Frontend server is *making requests* to the backend @@ -33,7 +33,7 @@ ${port} to handle requests ### Connect to Database -Databse to create shchemaa +Database to create schema ### Prerequisites