Define REST and explain WHY it matters
List all 7 RESTful routes
Show example of RESTful routing in practice
Setup the Blog App
Create the Blog model
Add INDEX route and template
Add Header and Footer Partials
Include Semantic UI
Add Simple Nav
Add NEW route
Add NEW template
Add CREATE route
Add CREATE template
Add Show route
Add Show template
Add links to show page
Style show template
Add Edit Route
Add Edit Form
Add Update Route
Add Update Form
Add Method-Override
Add Destroy Route
Add Edit and Destroy Links
Sanitize blog body
Style Index
Update REST Table