template-fastapi-react
template-fastapi-react copied to clipboard
refactor: create and use a common response model for todo item
This common response model will be used by the endpoints:
- get
- get_all
- update
- create