Viewing Party: Viewing Party is an application in which users can explore movie options and create a viewing party event for the user and friend's.
👤 Jamie Pace
- Github: Jamie Pace
- LinkedIn: Jamie Pace
👤 Dane Brophy
- Github: Dane Brophy
- LinkedIn: Dane Brophy
- Fork and Clone the repo
- Install gem packages:
bundle install - Set up the database:
rails db:{drop,create,migrate,seed} - Set up API Access
Example wireframes to follow are found here Find the project spec here
-
Ruby Version
$ ruby -v ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin20]
-
$ rails -v Rails 5.2.6
-
Database Creation
$ rails db:{drop,create,migrate,seed} Created database 'viewing_party_development' Created database 'viewing_party_test' -
How to run the test suite:
$ bundle exec rspec -fd -
Local Deployment, for testing:
$ rails s => Booting Puma => Rails 5.2.6 application starting in development => Run `rails server -h` for more startup options Puma starting in single mode... * Version 3.12.6 (ruby 2.7.2-p137), codename: Llamas in Pajamas * Min threads: 5, max threads: 5 * Environment: development * Listening on tcp://localhost:3000 Use Ctrl-C to stop
-
Heroku Deployment, for production

