This guide is also available as a PDF: https://h.mrranieri.com/How%20to%20de...
We will use:
https://heroku.com/
https://desktop.github.com/
An existing Flask web app
(for example, using my Flask tutorial series: • Video 1 Installing Atom, Python, Flask, ... )
requirements.txt
Flask
dataset
gunicorn
Procfile
web: gunicorn twittle:app