Skip to content

Latest commit

 

History

History
50 lines (19 loc) · 1.47 KB

README.md

File metadata and controls

50 lines (19 loc) · 1.47 KB

blogging-website

You can post your blog and read others on this website.

First, you have to download your node_modules using 'npm install', then connect your MongoDB server and run app.js using node or nodemon.

Home Page

Screenshot (131)

Added multiple pages with the same layout using EJS.

About Us Screenshot (134)

Contact Us Screenshot (135)

Add A Post Screenshot (135)

Individual page for every post.

After hitting Read More you will see a more detailed page about that post.

Screenshot (140)

Screenshot (138)

Screenshot (140)

Screenshot (138)

And your data will be saved in the MongoDB server so it will not get lost after a restart.