Steps involved:
1) Figure out how to pull movies from the API into our personal database.
2) Figure out how to add a movie from the database into a user's profile.
3) Try deleting a movie from a user's profile without deleting it from the overall database. (Figure out if deleting a movie from one user will delete it from the profiles of other users with the same movie.) --maybe: deleting a movie objectId from a user's profile?
Steps involved:
1) Figure out how to pull movies from the API into our personal database. 2) Figure out how to add a movie from the database into a user's profile. 3) Try deleting a movie from a user's profile without deleting it from the overall database. (Figure out if deleting a movie from one user will delete it from the profiles of other users with the same movie.) --maybe: deleting a movie objectId from a user's profile?
(Note: Think about giving the user the option to do this either on the show page for a movie or on the user's list.)
-First: try with curl or postman -Ultimately: delete button -Make sure it's not deleted from the entire database--just from a user.
(movies controller file)