Ryan Stemmle and Alexander Brueck forked, cloned, and built this app out from May 10 - May 20, 2021.
This is the base repo for the viewing party project used for Turings BE MOD 3.
Plan a party today!
Viewing party is an application in which users can explore movie options and create a viewing party event for the user and their friends.
- Fork and Clone the repo
- Install and Update gem packages:
bundle installbundle update - Setup the database:
rails db:{create,migrate,seed} - We are using Figaro to hide the
moviedb_api_key
bin/rails bundle exec figaro installwill createconfig/application.yml
- Run:
bin/rails server - Visit:
localhost:3000
- Ruby 2.5.3
- Rails 5.2.5
Example wireframes to follow are found here
