Install the backend requirements by navigating to the backend folder and using the command:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Install the frontend packages by navigationg to the frontend folder and using the command:
npm install