Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.46 KB

Movie Catalog Web

Description

A movie catalog website using TMDB API that enable the user to do CRUD to the reviews for each movie.

Tech Stacks

  • HTML, CSS, JavaScript (Front-end)
  • Express : Node.js Framework (Back-end)
  • MongoDB (Database)

Features

  • 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

Top Part

  • Able to switch page using interactive buttons

Bottom Part

  • 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)

Reviews Dashboard

Reference