Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB
/ CarDB
Class
CarDB
chapter8/backend/models.py:79–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
79
class
CarDB(CarBase):
80
owner: str = Field(...)
81
82
83
class
CarUpdate(MongoBaseModel):
Callers
4
list_all_cars
Function · 0.90
create_car_form
Function · 0.90
show_car
Function · 0.90
update_task
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected