Welcome to Viewing Party, a fun social platform where you can create a virtual movie watch party and invite your friends. Grab some popcorn and enjoy the show!
This app has been deployed to Heroku and can be found here
To run the web application on your local machine, you can fork and clone down the repo and follow the installation instructions below.
-
Install the gem packages
bundle install
-
Create the database by running the following command in your terminal
rails db{:drop, :create, :migrate}
To run this application you will need Ruby 2.5.3 and Rails 5.2.5
RSpec testing suite is utilized for testing this application.
- Run the RSpec suite to ensure everything is passing as expected
bundle exec rspec
The following is a depiction of our Database Schema
This application uses data from The Movie Database API
- Ruby
- Rails
- RSpec
- Faraday
- Bcrypt
- Figaro
- Travis
- Rubocop
- Webmock
- VCR
- Ruby 2.5.3
- Rails 5.2.5