Company: Amazon Sde1 _26april
Difficulty: medium
MovieDB is an online app that allows users to explore movies, submit ratings, and share reviews. The actor follow and notification feature keeps users informed when new movies featuring their favorite actors are launched. Currently, this system is not working as expected and your task is to fix the backend for it. Issue Summary: When users follow an actor, they should receive a notification whenever a new movie featuring that actor is launched on the app. Currently, users are not receiving these notifications. In addition, the notification number displayed is incorrect, showing unread notifications that do not exist when clicked. Expected Behavior: When a new movie featuring a followed actor is launched, the user should receive a notification. The bell icon should display the correct count of unread notifications. Clicking the bell icon should show the list of notifications. Once a notification is viewed, the bell icon count should update accordingly. Refer to the README.md file for mo