💻
IT Documentation
Search...
Ctrl + K
Programming
Python
Frameworks
FastAPI
On Stop Shop Module for creating APIs with Python
Previous
Frameworks
Next
FastAPI Quick overview
Last updated
2 years ago
FastAPI Quick overview
Installing FastAPI and Dependencies
Starting FastAPI
Path Operations
Creating HTTP Operation paths
Send Data via Body of HTTP Request
Schema Validation with Pydantic
CRUD Operations
Storing in Array
Retrieve one individual entry
Changing response Status Codes
Deleting entries
Updating entries
API Documentation
Setup App Database & connect to database
FastAPI Response Model via Pydantic
Hashing passwords via FastAPI
Getting user by ID
FastAPI Routers
Router Prefix
Router Tags
JWT Token Basics
Login Process
Creating Token with OAuth2
OAuth2 PasswordRequestForm
Verify user is Logged In
Protecting Routes
Fetching User in Protected Routes