blog-website(hosted locally right now at "http://localhost:3000/")
to test this website-
1.)clone this repository to your computer. 2.)open your terminal and go to the location in terminal where this file is cloned . 3.)(i assume npm is already installed), on terminal type npm install . 4.) after doing 3rd step on terminal type npm install nodemon 5.) on terminal type nodemon app.js 6.)go to your any browser and type http://localhost:3000/
now you can see the website here.