Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 463 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 463 Bytes

Simple Express Blog

config.js:

module comprehends information regarding database.

setup.js:

"node npm run setup" -> to create the database.

form.ejs:

partial ejs template

view-post.ejs:

displays blog post

index.js: hoards information for routing to different template. To run the blog node npm run setup