app_python Initialization python -m venv venv source venv/bin/activate pip install flask pip install gunicorn Development python -m venv venv source venv/bin/activate pip install -r requirements.txt Logging [IP] hit the [get/post/..] request with response code [1xx/2xx/3xx/4xx/5xx]