In order to view the project locally on your machine, a virtual environment must be created:
cd address of your folder
python -m venv environment_name
environment_name\Scripts\activate
(environment_name) C:\address of your folder
pip install flask
See also the guide Flask installation.
pip install -r requirements.txt
flask run