Summary
We have now finished our movie application. We implemented a complete CRUD system for movie reviews. Now, users can create, list, update, and delete reviews. We also learned how to manage the application authorization, and we limited access for not-logged-in users to some routes and methods.
In the next chapter, we will learn how to deploy our application to the cloud.