Skip to content

mhyneman8/movie_api

Repository files navigation

Movies API

The server-side componenet of a 'movies' web applicatoin. This API stores information about different movies, directors, and genres. Users will be able to sign up, update their personal information, and create a list of their favorite movies.

Authors

Documentation

Documentation

Features

  • Return list of movies
  • Return data about the movies
  • Return data about the genre
  • Return data about the director
  • Allows new users to register
  • Allows users to update their information
  • Allows users to add or remove a movie from their favorites
  • Allows existing users to deregister
  • User authentication and authorization code
  • Data validation logic

Tech Stack

Client: Heroku

Server: Node, Express, NoSQL, MongoDB, Mongoose, HTTP authentication, JWT authentication

Dependencies

  • bcrypt
  • body-parser
  • cors
  • express
  • express-validator
  • jsonwebtoken
  • lodash
  • mongoose
  • morgan
  • passport
  • passport-jwt
  • passport-local
  • uuid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published