In this tutorial, you'll learn how to instal FastAPI, and use it to create a new app. Learn how to define routes, handle errors, use request and path parameters, validating data with Pydantic models, modelling responses, and how to use the interactive documentation.
📚 Chapters
00:00 Why Use FastAPI?
00:49 Install and Get Started with FastAPI
02:22 GET and POST Routes
05:27 Handling HTTP Errors
06:48 JSON Request and Path Parameters
10:38 Response Models
11:42 Interactive Documentation
13:31 FastAPI vs Flask
🔗 Code: https://github.com/pixegami/simple-fastapi-example
🔗 FastAPI: https://fastapi.tiangolo.com/
Subscribe: https://www.youtube.com/@pixegami/featured
#pixegami #fastapi