candace-eckels / viewing_party_lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Viewing Party

This is the base repo for the Viewing Party Lite project used for Turing's Backend Module 3.

About this Project

Viewing Part Lite is an application in which users can explore movie options and create a viewing party event for themselves and other users of the application.

Setup for the use of the project

  1. A conveyor belt link will be sent out at project kickoff so that you can both fork and copy the project board on this base repo.

Local Setup for any other use

  1. Fork and Clone the repo
  2. Install gem packages: bundle install
  3. Setup the database: rails db:create

Using Rubocop

  • Run bundle exec rubocop to check for violations

Versions

  • Ruby 2.7.4

  • Rails 5.2.8

Example wireframes to follow are found here

Pull Request Template

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other (please describe):

Problem/feature

What problem are you trying to solve?

Solution

How did you solve the problem?

Other changes (e.g. bug fixes, UI tweaks, small refactors)

Checklist

  • Code compiles correctly
  • Tests for the changes have been added (for bug fixes/features)
  • All tests passing
  • Extended the README / documentation, if necessary

About


Languages

Language:Ruby 84.0%Language:HTML 14.0%Language:JavaScript 1.2%Language:CSS 0.8%