Skip to content

zachjamesgreen/viewing_party

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

196 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viewing Party Travis CI Status

Noah Zinter Zach Green


Viewing Party deployed on

After registering, this application allows a user to find a movie to watch with friends. The movie data is from The Movie Database. Once a user finds that movie they can create a viewing party which they can invite their friends to.

This application uses:

  • Rails
  • PostgreSQL
  • TailwindCSS
  • TravisCI
  • Heroku
  • TMDB API
  • Figaro

If you would like install this app locally you'll need to do a few things:

  • Clone the code to your local machine git clone git@github.com:zachjamesgreen/viewing_party.git
  • bundle install
  • rails db:{create,migrate}
  • bundle exec rails webpacker:install
  • yarn install
  • Get API key from The Movie Database
  • bundle exec figaro install and add you API key to the config/application.yml file (api_key: )

Once you have done all that run bundle exec rspec to make sure all tests are passing and you're on your way.


Database schema

DB Schema

Our friends table uses a self referential relationship to better organize our data.

About

Starter repo for a backend module 3 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 74.0%
  • HTML 19.8%
  • JavaScript 5.0%
  • Other 1.2%