Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 478 Bytes

This is a simple blog website made using HTML, CSS, JS, EJS, nodeJS, and mongoDB. Install all the dependencies first using the command npm install

This site requires local MongoDB server started.

After ensuring new server started, run command nodemon

Go to localhost:3000

You can see the blog

To add a new post go to localhost:3000/compose Each post will be visible on home page. You can also access each post by going to localhost:3000/title where title is the post title