This is my first more professional flask webapp
git add <filename>
git commit -m "commit name"
git push -u origin mainEnsure you have python 3.6+ installed.
git clone <repo-url>pip install -r requirements.txtpython app.py
Go to http://127.0.0.1:5000