# Current State backend/ ├── __pycache__ │ ├── __init__.py │ └── orchestrator.py ├── database.py ├── main.py ├── models.py ├── requirements.txt ├── seed_db.py ├── utils.py └── validation.py
Current State
backend/
├── pycache
│ ├── init.py
│ └── orchestrator.py
├── database.py
├── main.py
├── models.py
├── requirements.txt
├── seed_db.py
├── utils.py
└── validation.py