cjbrock / rails-models-and-restful-routing-081720

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 67.1%Language:HTML 26.3%Language:CSS 3.8%Language:JavaScript 2.8%