Project Setup and Start Guide

Backend Setup

  1. Navigate to the backend folder:
    cd backend  
  2. Install dependencies:
    npm install  
  3. Start the backend server:
    npm start  

Frontend Setup

  1. Navigate to the frontend folder:
    cd frontend  
  2. Install dependencies:
    npm install  
  3. Start the frontend server:
    npm start  

change line no. 13 in backend/server.js to your mongodb url