Project Setup and Start Guide

Install the dependencies

  1. Install the dependencies:
    npm install

Running Frontend and Backend

  1. Start the application:
    npm start

Mongo DB Server Start Commend Ubuntu

  1. Start the MongoDB Service:
    sudo systemctl start mongod.service
    
  2. Check the MongoDB Service Status:
    sudo systemctl status mongod