Navigate to the backend folder and install all required packages:
cd backend
npm installNext, go to the frontend folder and install its dependencies:
cd frontend
npm installAfter installing all dependencies for the frontend and backend, go back to the root, install the root-level dependencies, and start the application:
cd ..
npm install
npm run start