Part 2: Building and Securing FastAPI Applications
Upon completing this part, you will be able to build a fully functional and secure application with FastAPI. This part uses the knowledge from the previous part and buttresses it into building a more functional application with higher complexity than the application built in the second chapter. You will also be able to integrate and connect to a SQL and NoSQL (MongoDB) database as well as being able to secure a FastAPI application by the end of this part.
This part comprises the following chapters:
- Chapter 5, Structuring FastAPI Applications
- Chapter 6, Connecting to a Database
- Chapter 7, Securing FastAPI Applications