A movie catalog website using TMDB API that enable the user to do CRUD to the reviews for each movie.
- HTML, CSS, JavaScript (Front-end)
- Express : Node.js Framework (Back-end)
- MongoDB (Database)
- Contains a vast collections of movies from The Movie Database (TMDB) API
- Able to search for a movie based on letter(s), word(s), or sentence(s) from the title
- Able to switch page using interactive buttons
- Able to do CRUD operations using interactive buttons to the reviews for each movies by using MongoDB database
- Able to post/create a review for the chosen movie (C)
- Able to see/read every reviews that have been posted previously (R)
- Able to edit/update reviews that have been posted previously (U)
- Able to delete reviews that have been posted previously (D)