How to deploy your Flask web app to the Internet using Heroku and GitHub Desktop

Опубликовано: 29 Июль 2026
на канале: T R
745
17

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