Source: vatsalkulshreshtha.medium.com

How to deploy your flask app for free on Heroku
Today we will be going to learn how to deploy your flask app for free on Heroku. First of all we need to understand why do we need deploy. Deploy simply means to make your backend app public which can be used by client applications.

In Deploy section we need to select GitHub (you can also use Heroku Git or Container like docker).

You can also select automatic deploy which will automatically deploy your app whenever you commit changes to github repo.

Related Articles