The official website of:
Installation:
python3 --version
git clone git@github.com:KevinJCochran/kooking-with-kevin.git
cd kooking-with-kevin
python3 -m venv .
source bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver