GithubHelp home page GithubHelp logo

mod1_project's Introduction

Movie collection app

An app that lets users catalog movies in their collection, or that they want to see, or whatever they want.

Created by Brian Feldman and Arthur Wilton

Prerequisites

In order to use the poster and trailer(beta) features you will need to install ImageMagick Version 7, FFmpeg compiled with the libcaca library, and youtube-dl.

ImageMagick Installation

brew instal imagemagick

FFmpeg

brew tap homebrew-ffmpeg/ffmpeg
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-libcaca

youtube-dl

brew install youtube-dl

Installation

Install required gems via

bundle install

Acknowledgments

To get the movie data were are utilizing:

OMDb API - http://www.omdbapi.com/

TMDb API - https://www.themoviedb.org/documentation/api

"This product uses the TMDb API but is not endorsed or certified by TMDb."

We are also using the following gems:

ttytoolkit - https://ttytoolkit.org/

catpix - https://www.rubydoc.info/github/pazdera/catpix/

rmagick - https://github.com/rmagick/rmagick

launchy - https://github.com/copiousfreetime/launchy


User Stories:

  • Users can see a list of all of their movies
  • Users have the ability to add and delete movies from their lists
  • Users are able to check the metadata of movies
  • Users can also see other users who have the same movie in their collections
  • A user can find the three highest-rated movies in their collection
  • A user can change their list's name

Models, Associations, & Attributes:

The app has four models: User, List, Movie, and ListMovie

  • A User has one List
  • A List has many Movies through ListMovie
  • A Movie belongs to many Lists
  • A User has many Movies through its List
  • A Movie belongs to many Users ​

User

  • username: string
  • password: string
  • first_name: string
  • last_name: string ​

List

  • user_id: integer
  • list_name: string

Movie

  • title: string
  • cast: string
  • plot: string
  • year: integer
  • metascore: integer
  • imdb_id: string
  • director: string
  • poster: string

ListMovie

  • list_id: integer
  • movie_id: integer

mod1_project's People

Contributors

bfeldman avatar artwilton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.