Closed lunakv closed 1 year ago
Revamps the project structure from the basic fastapi app default structure to a more scalable service-oriented one. Also removes the async modifier from functions that aren't actually async, and upgrades pydantic to v2.
async
Revamps the project structure from the basic fastapi app default structure to a more scalable service-oriented one. Also removes the
async
modifier from functions that aren't actually async, and upgrades pydantic to v2.