Please start by cloning the repository on your computer with the command "git clone " Install a python environment with the command "pip install -m venv venv" Activate the environment by acccessing to the folder "venv/Scripts/" and type "activate" Install Flask package with the command "pip install Flask" Start the app with the command "flask run" or type in the cmd "py app.py" Access to the ip address in the cmd"http://127.0.0.1:5000" Please enjoy 😃