creating a virtual environment: python3 -m venv .blogLite-env
activating virtual environment by sourcing: source .blogLite-env/bin/activate
install all the dependencies; pip install requirements.txt
Project structure application directory contains: database controllers models config - maybe to differ configs of production and development