Seeds & the whole flow

Where the demo data comes from

Every walker, booking, and demo login you've seen in /docs or the app came from one file: app/seed.py. It runs on startup, after migrations, and is written to be safe to run again and again.