Coder Social home page Coder Social logo

elyhess / viewing_party Goto Github PK

View Code? Open in Web Editor NEW

This project forked from foymikek/viewing_party

0.0 0.0 0.0 708 KB

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.

Ruby 80.12% JavaScript 1.09% CSS 0.87% HTML 17.91%

viewing_party's Introduction

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

viewing_party's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.