Skip to content

Fullstack application in which users can explore movie options and create a viewing party event for the user and friends.

Notifications You must be signed in to change notification settings

leahriffell/viewing_party

 
 

Repository files navigation

Viewing Party

rails-badge ruby-badge build-badge closed-pr-badge

Viewing party is an application in which users can explore movie options and create a viewing party event for the user and friends.

View live app

Readme Content

Getting Started

$ git clone git@github.com:leahriffell/viewing_party.git 
  # or clone your own fork
$ cd viewing_party

Prerequisites

  • Ruby 2.5.3
  • Rails 5.2.4.3

Installing

Install gems and setup your database:

bundle install
rails db:create
rails db:migrate
rails db:seed

Run your own development server:

rails s

Running the Tests

  • Run with $ bundle exec rspec. All tests should be passing.

Database Schema

Authors

About

Fullstack application in which users can explore movie options and create a viewing party event for the user and friends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 85.7%
  • HTML 11.8%
  • CSS 1.5%
  • JavaScript 1.0%