foymikek / viewing_party

Starter repo for a backend module 3 project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little Esty Shop

Table of Contents

  1. About The Project
  2. Project Board
  3. Database Schema
  4. Built With
  5. Setup Instructions
  6. Contact
  7. 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.

Skills Developed

  • Practiced MVC concepts, effectively staying within rails conventions
  • Built secure authentication / authorization from the ground up
  • Consumed github API and utilized POROS as a way to apply OOP principals
  • Deployed application on 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/foymikek/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://bloque-party.herokuapp.com/
    

Contact

Acknowledgements

About

Starter repo for a backend module 3 project.


Languages

Language:Ruby 79.9%Language:HTML 18.1%Language:JavaScript 1.1%Language:CSS 0.9%