full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Changing all status codes from raw numbers to using fastapi.status

Open javadzarezadeh opened this issue 1 year ago • 2 comments

I believe that using status codes via FastAPI (Starlette, actually!) instead of using raw numbers is more readable, consistent, and makes development easier.

javadzarezadeh avatar Aug 27 '24 14:08 javadzarezadeh