This repo contains some sample code to deploy a simple Flask application to Heroku. The deployed app counts with the following features:
- Running Python 3.7 🐍
(Assuming you've already created an account with Heroku)
$ git clone https://github.com/igortereshchenko/flask_heroku_template.git && cd flask-heroku-example$ heroku login$ heroku create$ git push heroku master$ heroku openbased on work of https://github.com/rmotr-curriculum