Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 269 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 269 Bytes

Deploying a Flask app with Heroku

This is a very basic example of what we need if we use Heroku. Flask is a web framework used to build web applications, like websites, etc. Heroku gives us a way to deploy the application we built with Flask (or with any other tool).