Feel free to explore while directions are being written.
Install requirements into pythong enironment, then use the cli commands in src/db.py to set up databases. Commands may need to change based on operating system and environment.
python3 -m venv venv . venv/bin/activate pip install -r requirements.txt flask --app entry init-db flask --app entry inti-cookbookdb python3 entry.py