Summary
In this chapter, we learned how to add SQL and NoSQL databases using SQLModel and Beanie respectively. We made use of all our knowledge from the previous chapters. We also tested the routes to ensure that they are working as planned.
In the next chapter, you will be introduced to securing your application. You will first be taught the basics of authentication as well as the various authentication methods available to FastAPI developers. You will then implement an authentication system that relies on JSON Web Token (JWT) and secure the routes to create, update, and delete events. Lastly, you will modify the route, to create events to allow the linking of events to a user.