Heroku
Cloud based deployment for Python Flask apps
More on Heroku
- Heroku: Deploy button—Setting up a button on a github repo to automatically deploy an app to Heroku
Heroku (https://heroku.com) provides entry-level hosting for webapps at no cost. A credit card is not required for webapps that do not exceed a minimal threshold of compute resources.
Here is an example of a repo that has the necessary files for a minimal Flask app that can be deployed on Heroku:
More on Heroku
- Heroku: Deploy button—Setting up a button on a github repo to automatically deploy an app to Heroku