Summary
In this chapter, we implemented a complete CRUD for movie reviews. With the tools we’ve developed, we can now create various CRUD systems by applying the knowledge gained in this chapter to other projects and models. As for the Movies Store project, users can now create, read, update, and delete reviews. Additionally, we have acquired the skills to manage application authorization, restricting access to certain routes and functions for non-logged-in users.
In the next chapter, we will learn how to create a shopping cart.