Skip to content

Search the The Open Movie Database and save your favorite movies :)

Notifications You must be signed in to change notification settings

ccedacero/fave_movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

FaveMovie

Welcome to the faveMovie API. This API will allow you to search the The Open Movie Database for movies you like and save the ones you like locally by upvoting them.

Watch demo here.
Live version here.

Features

  • Search for movies
  • Upvote/down vote movies(persists)
  • Sort movies based on release date
  • See list of all movies that have received votes

Installation

Make sure Ruby is installed.

ruby -v

Ensure Rails is installed.

rails -v

Back-end

Clone this repo

git clone repo url

Open cloned location and install dependencies

bundle install

Create db and run migration

rails db:create
rails db:migrate

Start server

rails s

Front-end

Open index.html from app root directory

Open front_end/index.html

You're now ready to test out the API :)

Usage

faveMovie API

License

MIT

About

Search the The Open Movie Database and save your favorite movies :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published