In this video I’ll show you how to push your Flask App to Heroku for Webhosting for free!
Webhosting apps can be tricky, but it doesn’t have to be. In this video we’ll install the gunicorn web server, create a requirements.txt file and a Procfile, set up git version control, install the free Heroku toolbelt, and then push our app to Heroku for webhosting.
Heroku has a free tier, and that’s what we’ll use to host our Flask App.