KaelinSleevi / relational_rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ski Shops

For this project we based our application off of a schema design.

Screen Shot 2022-08-29 at 11 15 32 PM

  • Above is the One To Many Relationships I came up with.

  • For my one to many to relationship I chose my Parent to be Ski_shops and the Children to be all the possible pieces of Equipment that each ski shop could have.

  • In this project I learned how to:

    • Create a design for my One to Many Relationship schema.
    • Learned about M.V.C and how to navigate that pattern.
    • Implement C.R.U.D resources for each page.
    • Write tests for models and features.
    • How to create methods on a model using ActiveRecord.

About


Languages

Language:Ruby 82.0%Language:HTML 15.4%Language:JavaScript 1.6%Language:CSS 1.0%