slides: https://docs.google.com/presentation/d/1kygs28JsRayLuCaHpF3qXCrElGrtJWnvw9BvgrsoIns/edit?usp=sharing
cd .\ecommerce_shoe_store\src\
pip install -r requirements.txt
check settings.py file if database username/passowrd is correct and make shoe_store database in postgres
python manage.py migrate
databse now should have tables and some data populated!
python manage.py runserver
visit http://127.0.0.1:8000!