I'm fairly well experienced with .NET development on Windows, but there are a couple of side projects I'd like to use as an opportunity to learn Python and its ecosystem. I've gone through a book and ...
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 │ ├── ...