elyhess / viewing_party

Viewing Party is an application for friends to enjoy a movie night together. Users can search movies, create viewing parties, and invite friends to attend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Viewing Party

Table of Contents

  1. About The Project
  2. About The Project
  3. Project Board
  4. Database Schema
  5. Built With
  6. Setup Instructions
  7. Contact
  8. Acknowledgements

About The Project

Viewing Party is an application for friends to enjoy a movie night together. Users can search movies, create viewing parties, and invite friends to attend.

User stories tracked using Github projects.

Learning Goals

  • Consume JSON APIs
  • Build an application that requires basic authentication
  • Organize and refactor code to be more maintainable
  • Implement a self-referential relationship in ActiveRecord
  • Apply RuboCop’s style guide for code quality
  • Utilize Continuous Integration using Travis CI
  • Deploy to Heroku

Project Board

Check out the Project board for a complete list of features / user stories used to develop this application.

Database Schema

Schema

Built With

Setup Instructions

To get a local copy up and running follow these simple steps.

  1. Clone the repo
    git clone https://github.com/elyhess/viewing_party
    
  2. Install dependencies
    bundle install
    
  3. DB creation/migration
    rails db:create
    rails db:migrate
    rails db:seed
    
  4. Run tests and view test coverage
    bundle exec rspec
    open coverage/index.html
    
  5. Run server and navigate to http://localhost:3000/
    rails s
    

OR

  1. Visit heroku
    https://viewi.herokuapp.com/
    

Contact

Acknowledgements

About

Viewing Party is an application for friends to enjoy a movie night together. Users can search movies, create viewing parties, and invite friends to attend.


Languages

Language:Ruby 80.1%Language:HTML 17.9%Language:JavaScript 1.1%Language:CSS 0.9%