Skip to content

AlexKlick/viewing_party

 
 

Repository files navigation

Contributors LinkedIn LinkedIn


Logo

Viewing Party

A project using themovieDB api which allows users to search movies, see the top rated movies, and create their own viewing parties to watch movies with their friends! A paired programming project, completed in a 6 day timeframe, while at Turing School of Software Design
Explore the docs »

View Demo (takes about 20-30 seconds for the heroku dynos to load) · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Built Using:

Ruby 2.7.2 SQL SimpleCov Github
Rails 5.2.5 ActiveRecord BootStrap VSCode
RSpec HTML5 Capybara Launchy
Pry CSS3 ShouldaMatcher Orderly

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/AlexKlick/repo_name.git
  2. Install Gems
    bundle install
  3. Create Database
    rails db:create
  4. Migrate DB
    rails db:migrate
  5. Run Server Locally
     rails server

Usage

  • Visit registration page
  • Create new account, does not require an actual email for this demonstration. ex: user@user.com
  • Upon successful creation, redirected to dashboard
  • To view movies, navigate to the discover page
  • Search movies or view top movies

Individual Movie Show Page Individual Movie Show Page

Movie Trailer Modal Movie Trailer

Dynamic horizonally scrollable content Dynamic horizonally scrollable content

Top Movies Index Page Top Movies

Search Movies Top Movies

Acknowledgements

TheMovieDB

About

Starter repo for a backend module 3 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 64.5%
  • HTML 19.1%
  • JavaScript 12.7%
  • SCSS 3.7%