Step 1 : Clone or Download this project

Step 2 : There will be two folder - 1) client and 2) server ,

type - "cd client" in terminal and then "npm install", then "npm run dev"

Step 3 : Take another terminal and type - "cd server" and then "npm install" , then "npm start"

Step 4 : Create '.env' in server folder and add -

MONGO_URL= --<Your-mongoDB-url>--
PORT= 3003
JWT_SECRET_KEY= --<Your-secretkey>--