Skip to content

abhishekmaity/restful-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Routes

Web blog build on RESTful routes and CRUD

Name Path HTTP
index /blog GET
new /blog/new GET
create /blog POST
show /blog/:id GET
edit /blog/:id/edit GET
update /blog/:id PUT
destroy /blog/:id DELETE