Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 332 Bytes

Express Blog

A simple blog built with ejs and express,
where the user could:

  • make a new post
  • edit posts
  • delete posts
  • use markdown

Run: npm install to download all the dependencies,
then run: npm start to start the project and
visit http://localhost:3000 to view it in the browser