#Blog Index *Setup the Blog App *Create the blog model *Add INDEX route and template
CSS framework Used: Semantic UI
#BLOG INDEX *Setup the blog app *Create the blog model *Add index route and template
#BASIC LAYOUT *Add header and footer partials *Include Semantic UI *Add Simple navbar
#PUTTING THE C IN CRUD *add NEW route *add NEW template *add CREATE route *add CREATE template
#SHOWtime *Add Show route *Add show template *Add links to show page *style show template
#EDIT/UPDATE *Add edit route *Add edit form *Add update route *Add update form *Add method-Override
#DESTROYYYY *Add Destroy Route *Add Edit and Destroy Links
#FINAL UPDATES *Sanitize blog body *Style Index *Update REST table