diff --git a/README.md b/README.md
index 73d5ed3..95b77dc 100644
--- a/README.md
+++ b/README.md
@@ -98,33 +98,43 @@ Welcome to Foodies, your go-to college dining companion! Designed for seamless c
cd server
```
5. **Install Dependencies (in both terminals):**
+
```bash
npm install
```
+6. **Setup Environment Variables**
+
+ ```bash
+ cp .env.example .env
+ ```
+
### **ENV Variables**
+
Setup MongoDB local host instance and port in env file in your local device. Default port is 4000
Sample uri is given below.
+
```
PORT=3000
DATABASE_URL="http://localhost:21713/foods"
EMAIL="The email from which forgot the password email will be sent"
MAILPASS="password for the email ( app password )"
- ```
+ ```
+
### **STEP TO GENERATE APP PASSWORD**
- 1) Enable 2-step verification if not
- **In https://myaccount.google.com/security, do you see 2-step verification set to ON**
-
- 2) Generate APP PASSWORD by clicking on below link
- **https://myaccount.google.com/apppasswords?rapt=AEjHL4PAhcbtFEpLwfNtVix3bfiGe71GdrW_Naiuvp_NVnMZyTd0UR07M2mVnEyWzkw9kB99YVhhfEVtjxTi3QWSZ39biK-zGwnghm0u778vwmlh6TFbmh4**
+ 1. Enable 2-step verification if not
+ **In https://myaccount.google.com/security, do you see 2-step verification set to ON**
-6. **Start the Backend Server (in the terminal within the /server directory):**
+ 2. Generate APP PASSWORD by clicking on below link
+ **https://myaccount.google.com/apppasswords?rapt=AEjHL4PAhcbtFEpLwfNtVix3bfiGe71GdrW_Naiuvp_NVnMZyTd0UR07M2mVnEyWzkw9kB99YVhhfEVtjxTi3QWSZ39biK-zGwnghm0u778vwmlh6TFbmh4**
+
+7. **Start the Backend Server (in the terminal within the /server directory):**
In the terminal where you navigated to the /server directory, run the following command to start the backend server:
```bash
nodemon server.js
```
-7. **Start the React App (with Backend Running):**
+8. **Start the React App (with Backend Running):**
After navigating run the following command to start the React app with the backend server running successfully:
```bash
npm start
@@ -202,7 +212,6 @@ To learn React, check out the [React documentation](https://reactjs.org/).
![Contributors](https://contrib.rocks/image?repo=VanshKing30/FoodiesWeb)
-