Skip to content

EJQuezada/movie_api

Repository files navigation

MyFlix Movie-Api (A Server-side Project)

Description

MyFlix is a web application created to provide users with access to information about different movies, directors, genres, and ratings. Users will be able to sign up, update their personal information, and create a list of their favorite flicks.

Tech Stack

  • Node.js
  • Express

Features

  • Returns a list of ALL movies in the database to the user
  • Returns data (description, genre, director, image URL whether it is featured or not) about a single movie by title to the user
  • Return data about a genre by name/title (e.g. "Comedy")
  • Return data about a director (Bio, year of birth, year of death)
  • Allows new users to register
  • Allows users to update their user information (username, password, e-mail, etc.)
  • Allows users to manage their favorites list by adding or removing titles from the list
  • Allows users to unregister from database access