A small project for fun
$ virtualenv venv $ source venv/bin/activate $ pip3 install -r requirements.txt
$ python3 server.py
Then visit localhost:5000
localhost:5000
The Procfile specifies what to run when pushed to Heroku