Inside he src/models.py file you will find a couple of classes describing an example database. Your Job is to update the src/models.py file with the code needed to replicate the Starwars data model.
expense-tracker-python/ ├── app/ │ ├── __init__.py │ ├── main.py # FastAPI application entry point │ ├── config.py # Application configuration │ ├── database.py # Database connection & session │ ├── ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results