A project using themovieDB api which allows users to search movies, see the top rated movies, and create their own viewing parties to watch movies with their friends! A paired programming project, completed in a 6 day timeframe, while at Turing School of Software Design
Explore the docs »
View Demo (takes about 20-30 seconds for the heroku dynos to load)
·
Report Bug
·
Request Feature
| Ruby 2.7.2 | SQL | SimpleCov | Github |
| Rails 5.2.5 | ActiveRecord | BootStrap | VSCode |
| RSpec | HTML5 | Capybara | Launchy |
| Pry | CSS3 | ShouldaMatcher | Orderly |
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/AlexKlick/repo_name.git
- Install Gems
bundle install
- Create Database
rails db:create
- Migrate DB
rails db:migrate
- Run Server Locally
rails server
- Visit registration page
- Create new account, does not require an actual email for this demonstration. ex: user@user.com
- Upon successful creation, redirected to dashboard
- To view movies, navigate to the discover page
- Search movies or view top movies




