https://github.com/turingschool-examples/viewing_party_lite
https://github.com/turingschool-examples/viewing_party_lite
be-3 project
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/turingschool-examples/viewing_party_lite
- Owner: turingschool-examples
- Created: 2021-11-17T00:16:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T22:05:28.000Z (almost 3 years ago)
- Last Synced: 2025-06-05T07:47:15.892Z (about 1 year ago)
- Topics: be-3, project
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 9
- Forks: 216
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Viewing Party - THIS REPO IS DEPRECATED
Updated repo: [https://github.com/turingschool-examples/viewing_party_lite_7](https://github.com/turingschool-examples/viewing_party_lite_7)
This is the base repo for the [Viewing Party Lite project](https://backend.turing.edu/module3/projects/viewing_party_lite) used for Turing's Backend Module 3.
### About this Project
Viewing Party 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
1. Fork and Clone the repo
2. Install gem packages: `bundle install`
3. Setup the database: `rails db:create`
## Versions
- Ruby 2.7.4
- Rails 5.2.8
Example wireframes to follow are found [here](https://backend.turing.edu/module3/projects/viewing_party_lite/wireframes)