Project Name

Steps to Run the Backend Server

  1. Open your terminal.

  2. Navigate to the project directory:

    cd /blackcoffer-master
    
  3. Run the backend server:

    python app.py
    

Steps to Run the Frontent React Dashboard

  1. Open a new terminal.

  2. Navigate to the dashboard directory:

    cd /dashboard
    

    OR if not inside blackcofer-master Folder, use this command

    cd /blackcoffer-master/dashboard
    
  3. Install the dependencies:

    npm i
    
  4. Run the development server:

    npm run dev
    

Your backend server should now be running, and the dashboard should be available for development.