Chapter 11: Letting Users Create, Read, Update, and Delete Movie Reviews
Now that we have implemented the authentication system, it is time to let logged-in users perform the standard CRUD operations on reviews for movies.
In this chapter, we will be covering the following topics:
- Letting users post movie reviews
- Creating a review
- Listing reviews
- Updating a review
- Deleting a review
- Implementing authorization