Part 1: An Introduction to FastAPI
Upon completion of this part, you will have a substantial understanding of FastAPI, including routing, file handling, error handling, building response models, and templating. This part starts by introducing the technologies that will be used throughout the book before proceeding to the basics of the FastAPI framework.
This part comprises the following chapters:
- Chapter 1, Getting Started with FastAPI
- Chapter 2, Routing in FastAPI
- Chapter 3, Response Models and Error Handling
- Chapter 4, Templating in FastAPI