Skip to content

๐ŸŽž๏ธ A movie catalog website using TMDB API that enable the user to do CRUD to the reviews for each movie

Notifications You must be signed in to change notification settings

zetsux/movie-catalog-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

๐ŸŽž๏ธ A movie catalog website using TMDB API that enable the user to do CRUD to the reviews for each movie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published