The framework will be behind an nginx and will use gunicorn as it's WSGI.
The Docker composition is provided for the testing.
To be able to modify the python code and reflect the change when it happens.
gunicorn --workers=2 app:app --reload
docker-compose build
docker-compose up -d
docker-compose up -d --build
docker-compose down -v
docker-compose logs -f
export PYTHONPATH="${PYTHONPATH}:/Users/david/__PYTHON/my_python_frameworks/a_raw_python_framework/rawframework/app/"