Viewing party is an application in which users can explore movie options and create a viewing party event for the user and friends.
$ git clone git@github.com:leahriffell/viewing_party.git
# or clone your own fork
$ cd viewing_party
- Ruby 2.5.3
- Rails 5.2.4.3
bundle install
rails db:create
rails db:migrate
rails db:seed
rails s
- You should be able to access the app via http://localhost:3000/
- Run with $ bundle exec rspec. All tests should be passing.