/heroku-flask

To practice deploying flask app on heroku.

heroku-flask

To practice deploying flask app on heroku.

Required tools

git

Install it.

heroku cli

Install from here.

Installation

pip install pipenv
pipenv install
pipenv shell
python fixture.py    # Initialize DB.
python run.py