Skip to content

adimishrax7x/A-Daily-Blog-Website

Repository files navigation

What is a Blog?

The word blog is actually a shortened form of its original name, "weblog." These weblogs allowed early internet users to "log" the details of their day in diary-style entries. Blogs often allow readers to comment, so as they became more common, communities sprung up around popular blogs.

Steps to View Project :

  • DOWNLOAD the .zip file or clone the rep.

  • cd to the folder where the where the starting files exist .

  • Install the dependencies from your package.json file OR Run the following command

            $ npm install
    
  • After the installation is complete run the following command .

            $ node index.js
    

Refer to the comments in the source code for more info .

I have created this blog website as practice for BACK END DEV an it is hosted at : https://adi-blogwebsite.herokuapp.com/

TOOLS USED :

  • Text Editor : Atom (generic plugins and Tabnine)
  • Hyper
  • git
  • Frontend : HTML , CSS, Bootstarp , vanilla JS
  • Backend : NODE.JS -Express -bodyParser -EJS -lodash

{This is a practice project so I am yet to learn a lot }