project/ ├── app.py # FastAPI application entry point ├── README.md # This file ├── requirements.txt # Python dependencies ├── generate_sample_data.py # Test data generation script │ ├── server/ # ...