FastAPI
On Stop Shop Module for creating APIs with Python
FastAPI Quick overviewInstalling FastAPI and DependenciesStarting FastAPIPath OperationsCreating HTTP Operation pathsSend Data via Body of HTTP RequestSchema Validation with PydanticCRUD OperationsStoring in ArrayRetrieve one individual entryChanging response Status CodesDeleting entriesUpdating entriesAPI DocumentationSetup App Database & connect to databaseFastAPI Response Model via PydanticHashing passwords via FastAPIGetting user by IDFastAPI RoutersRouter PrefixRouter TagsJWT Token BasicsLogin ProcessCreating Token with OAuth2OAuth2 PasswordRequestFormVerify user is Logged InProtecting RoutesFetching User in Protected Routes
Last updated