To test the swipe UI with realistic data, seed several demo users into the database.
- Start the stack:
docker compose up -d db api frontend- Run migrations (if needed):
docker compose exec api alembic upgrade head- Seed demo users:
docker compose exec api python scripts/seed_demo_users.pyThe script is idempotent for chat_id; re-running it will skip users that already exist.