Make sure python is installed in the system.
Then navigate to the backend code directory from terminal and execute the following commands.
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
flask run
Make sure Node.js is installed in the machine.
Then navigate to the frontend code directory and execute the following commands.
npm install
npm start