Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georginapuig/restfulblogapp
RESTful Routing app from the Udemy course - The Web Developer Bootcamp by Colt Steele
https://github.com/georginapuig/restfulblogapp
blogapp coltsteele mongodb mongoose nodejs resftul semantic-ui thewebdeveloperbootcamp udemy
Last synced: 7 days ago
JSON representation
RESTful Routing app from the Udemy course - The Web Developer Bootcamp by Colt Steele
- Host: GitHub
- URL: https://github.com/georginapuig/restfulblogapp
- Owner: georginapuig
- Created: 2020-07-14T00:05:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T22:28:20.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T07:39:58.561Z (21 days ago)
- Topics: blogapp, coltsteele, mongodb, mongoose, nodejs, resftul, semantic-ui, thewebdeveloperbootcamp, udemy
- Language: HTML
- Homepage:
- Size: 2.26 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTful Routing
## Introduction
Define REST and explain WHY it matters
List all 7 RESTful routes
Show example of RESTful routing in practice## 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 Nav## 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## DESTROYYYYYY
Add Destroy Route
Add Edit and Destroy Links## Final Updates
Sanitize blog body
Style Index
Update REST Table