Skip to content

MacKLess/stranger_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stranger Rails

Epicodus Practice in Rails, November 16, 2017

By Kelsey Langlois and L. D. MacKrell

Description

This is a fan site for the Netflix show Stranger Things. It allows users to add scenes from the show's various episodes and plotlines, and to review episodes.

Set-up/Installation Instructions

  • Clone this repository
  • From the project root directory, run the following commands:
    • Note: seeding the database will remove all existing data and replace it.
    bundle install
    rake db:create
    rake db:migrate
    rake db:seed
    rake db:test:prepare
    rails s
    
  • You can then access the app in your web browser at localhost:3000

Specifications

  • Users can add, view, edit, and remove episodes.
  • Users can add, view, edit, and remove scenes.
  • Users can view plotlines.
  • Users can add, view, edit, and remove their own episode reviews.
  • Users can only view other users' reviews.
  • Users can log in using email and password.
  • Users can view:
    • Episodes with no reviews
    • Episodes with most reviews
    • Episodes in chronological or alphabetical order
    • Recent reviews (within the past week)
    • Users with the most reviews

Support and contact details

Please contact [email protected] or [[email protected]](mailto: [email protected]) with questions, comments, or issues.

Technologies Used

  • Ruby
  • Rails
  • Bootstrap

License

Copyright (c) 2017 Kelsey Langlois and L. D. MacKrell

This software is licensed under the MIT license.

About

Epicodus Practice week 1 Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published