Letting Users Create, Read, Update, and Delete Movie Reviews
Having implemented the authentication system, it is now time to let logged-in users perform the standard CRUD operations on reviews for movies. This chapter will teach you how to perform complete CRUD operations and how to manage authorizations.
In this chapter, we will cover the following topics:
- Creating a review model
- Creating reviews
- Reading reviews
- Updating a review
- Deleting a review
By the end of the chapter, you will have learned how to create CRUD operations for your models and handle authorizations. You will also recap how to use forms and how to manage different HTTP methods.