Please enable JavaScript.
Coggle requires JavaScript to display documents.
Comics/Manga Blog - Coggle Diagram
Comics/Manga Blog
models
blog
blog-title
author
content
timestamp
comments[]
img
comment
content
timestamp
routes
blog
get all blogs
GET /blogs
create a blog
get form to create blog
GET /blogs/new
create blog
POST /blogs
edit a blog
get form to edit blog
GET /blogs/:id/edit
edit blog
PATCH /blogs/:id
get a particular blog
GET /blogs/:id
delete a blog
DELETE /blogs/"id
views
blogs
index.ejs
show.ejs
edit.ejs
new.ejs
partials
header.ejs
footer.ejs
navbar.ejs
flash.ejs
error.ejs
index.ejs