Summary
In this chapter, we learned how to structure a FastAPI application, and implement routes, and models for an event-planning application. We made use of the basics of routing and the knowledge of routing and modeling that we learned in an earlier chapter.
In the next chapter, you will be introduced to connecting your application to SQL and NoSQL databases. You will continue building the event planner application by improving the existing application and adding more features. Before that, you will be introduced to what databases are, the different types, and how to use both (SQL and NoSQL) in a FastAPI application.