Do the following commands to make the project up and running
Install Python from the website https://www.python.org/downloads
python -m pip install -U pip
pip install Flask
pip install SQLAlchemy
create Database In postgres
and import the sql file
then python app.py