8000 GitHub - moses0072/movieApp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

moses0072/movieApp

Repository files navigation

movie-API Backend

A RESTful API built with node.js and Express that receives information about movies, directors, and genres from Mongoosedb using jwt-authentication.

Features

  • Return a list of ALL movies to the user.
  • Return data (description, genre, director, image URL) about a single movie by title to the user.
  • Return data about a genre (description) by name/title (e.g., “Thriller”)
  • Return data about a director (bio, birth year, death year) by name
  • Allow new users to register.
  • Allow users to update their user info (username, password, email, date of birth).
  • Allow users to add a movie to their list of favorites.
  • Allow users to remove a movie from their list of favorites.
  • Allow existing users to deregister.

Core Back-End Technologies

  • MongoDB
  • Express.js
  • Node.js
  • Mongoose
  • Heroku
  • NPM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0