Make sure you have the latest version of Python installed.
git clone <repo-url>cd <repo>python -m venv venvsource venv/bin/activatepip install -r requirements.txtmysql -u<user> -p -e 'source schema.sql'Update mysql credentials in app.pyflask runGo to http://127.0.0.1:5000