Web development with Python FastAPI
- Install FastAPI
- FastAPI - Hello World
- FastAPI - Test Hello World
- FastAPI with Docker compose
- FastAPI - Dynamic response
- FastAPI - Echo GET - Query Parameters
- FastAPI - Echo GET - Query Parameters - test
- FastAPI - Echo POST - request body
- FastAPI - Echo POST - request body - test
- FastAPI - Calculator GET
- FastAPI - Calculator GET - Test
- FastAPI - Path Parameters - str
- FastAPI - Path Parameters - str - test
- FastAPI - Path Parameters - int
- FastAPI - Path Parameters - int - test
- FastAPI - Path Parameters - specific values with enum
- FastAPI - Path Parameters - specific values with enum - test
- FastAPI - Path containing a directory path
- FastAPI - Path containing a directory path - test
- Return main HTML page
- Return main HTML page - test
- Return main HTML file
- Send 400 error
- Send 400 error - test
- FastAPI - in memory counter
- FastAPI - on disk counter
- FastAPI - on disk multi-counter uising JSON
- FastAPI - get header from request
- FastAPI - set arbitrary header in response
- FastAPI - serve static files - JavaScript example
- FastAPI mounted sub-applications
- FastAPI - todo