Skip to content

cjbrock/rails-nested-routes-081720

Repository files navigation

Owl Cave Sushi Cafe

This is a CRUD app with a workshop and solution branch to practice writing RESTful Routes, corresponding controller actions, and rendering the associated views.

How to Run

  1. Clone down this lab
  2. Make sure you're on the "workshop" branch
  3. Run bundle install
  4. Run rake db:create
  5. Run rake db:migrate
  6. Run rake db:seed
  7. Run rails s

Instructions

Now you should be able to access the root at localhost:/3000. CLICK HERE and follow the slides to help this app reach full CRUD actions! You can follow along in the lecture here.

The pages of the final project should look like the images below:

Home

homepage

Index

index

Show

show

New

new

Edit

edit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published