This is a complementary repository for the following blog post:
A bug's life (english)
Egy hiba élete (hungarian)
To install dependencies run:
$ pipenv install
The examples can be run with the following command:
$ pipenv run gunicorn --bind 0.0.0.0:8080 --worker-class gevent --reload <version>:app