Look at the trading cards below. They all show information about monsters. The data has been organised in a way which makes it easy to find and compare the data that is needed to answer questions.
project/ ├── Dockerfile ├── docker-compose.yml ├── .env ├── requirements.txt ├── data/ │ ├── seed.sql │ └── sql ...
fastapi-async-azure-sql-api/ ├── app/ │ ├── api/ │ │ ├── dependencies.py │ │ └── routes/ │ │ ├── __init__.py # api_router aggregator │ │ ├── customers.py │ │ └── health.py │ ├── config ...