mkirby / mod2_pactice_camping_is_fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Domain

Congratulations! You have been hired by Access Camp and for your first job, you have been tasked with building out a website to log campers with their activities.

A camper can participate in many activities and an activity can have many campers participating in it.

Visiting /campers will show the index page of all the campers and visiting /activities will go to the index page for all the activities. Currently, we don't have any way to associate the two, so consider the relationship and think about how a camper can signup for an activity!

The Deliverables

Hints / Tips

  • Remember we want to be RESTful. What URL should show info about a particular camper? What URL should show a form to create a signup? What controller actions are associated?

About


Languages

Language:Ruby 74.5%Language:HTML 16.1%Language:JavaScript 7.1%Language:CSS 1.3%Language:SCSS 1.0%