full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Changing all status codes from raw numbers to using fastapi.status
I believe that using status codes via FastAPI (Starlette, actually!) instead of using raw numbers is more readable, consistent, and makes development easier.