WMudgeEllis / viewing_party

Starter repo for a backend module 3 project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Viewing Party

This app allows you to organize and create movie viewing parties with your friends. All you need to do is register with an email address and then you can add friends, search for movies, and invite your friends to viewing parties! All of the movie information is provided by the movie database so make sure to check out their site as well!

Authors

Getting Started

Visit https://viewing-party-1137.herokuapp.com/ to see the app in action! If you want to explore it on your local machine clone it down and follow the installation directions below.

Prerequisites

  • Rails version 5.2.6
  • Ruby version 2.7.2

Installing

Run:

  1. bundle install
  2. rails db:{create,migrate}
  3. rails s

And you should be good to go! Visit localhost:3000 to see the app in action!

Running the tests

The tests run on RSpec so a bundle exec rspec is all you need to run the testing suite.

Built With

Acknowledgments

  • The movie database for their movie apis
  • The Turing School for the help getting this project off of the ground.
  • etc

About

Starter repo for a backend module 3 project.


Languages

Language:JavaScript 83.0%Language:Ruby 13.8%Language:HTML 2.7%Language:CSS 0.4%Language:CoffeeScript 0.0%Language:SCSS 0.0%