Skip to content

Simple movie review app where the client logs in and leaves a comment and gif as a review.

Notifications You must be signed in to change notification settings

mattchley/Movie-Meme-Mash

Repository files navigation

Movie-Meme-Mash

Description

This is a movie review app. Users must sign up for a login to enter the webite. Once logged in, users can search for a movie title. The ssearch will render the movie's title, director, plot, poster, rating and IMDB ID. The user can leave a review for the movie and a giphy image expressing how they feel about the movie.

The user can search reviews of other users by searching via Author.

This app uses the Model View Controller (MVC) architectural pattern that separates an application into three main logical components: the model, the view, and the controller.

User Story

AS A user, I want to be able to read movie reviews.

I also WANT to write my own movie reviews and share my feelings about the movie with a giphy.

SO THAT I can express my opinion about a movie.

Installation

Dependencies used include

  • bcrypt.js - secured way to store passwords in my database regardless of whatever language my app's backend is built in.

  • express.js - a minimal and flexible Node.js web application framework that provides a robust set of features to develop web and mobile applications. It facilitates the rapid development of Node based Web applications.

  • express-sessions - provides users with an API to work with sessions (letting you get & set data to the session), but under the hood, it will save and retrieve this data using a cookie.

  • mysql2 - open source SQL relational database management system.

  • passport - is Express-compatible authentication middleware for Node.js.

  • passport-local - lets users authenticate using a username and password in your Node.js applications.

  • sequelize - a promise-based ORM for Node. js.

Credits

Developers on this project include:

  • Matt Atchley
  • Evelyn Carone
  • Jennifer Gamez
  • Carlos Rojas

License

This project is licensed under the MIT License.

About

Simple movie review app where the client logs in and leaves a comment and gif as a review.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •