Both the Frontend and Backend of this application may have dependencies that are required for it to run. Follow these steps to install the necessary dependencies:
To install the frontend dependencies, navigate to the 'frontend' directory in your terminal and run the following command:
cd frontend npm install
To install the backend dependencies, navigate to the 'backend' directory in your terminal and run the following command:
cd backend npm install