Demo-package with a flask-project using the factory-pattern, serving via gunicorn and managed by supervisord.
cd <your-projects-dir>
git clone https://github.com/libranet/libranet-flask
make install
Start flask-developmenet-server in foreground:
make flask-run
Start gunicorn-server in foreground:
make gunicorn-run
Run the unittests with pytest:
make pytest