Skip to content

nickhalldev/sinatra-forms-and-REST-starter-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra

Performing CRUD Actions on a Resource

Objectives

  • Understand how the CRUD actions map to RESTful routes

Deliverables

For each of the deliverables consider what route(s) are necessary

Read

  • As a site visitor, I should be able to see a list of all the books
  • As a site visitor, I should be able to see info about an individula book

Create

  • As a site visitor, I should be able to create a new book

Update

  • As a site visitor, I should be able to edit an existing book

Destroy

  • As a site visitor, I should be able to delete a book from the database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.6%
  • HTML 5.4%