Skip to content

YaronL16/AmanDate

Repository files navigation

AmanDate

Phase 4 Demo Seeding

To test the swipe UI with realistic data, seed several demo users into the database.

  1. Start the stack:
docker compose up -d db api frontend
  1. Run migrations (if needed):
docker compose exec api alembic upgrade head
  1. Seed demo users:
docker compose exec api python scripts/seed_demo_users.py

The script is idempotent for chat_id; re-running it will skip users that already exist.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors