Impact is an online publishing platform where you can read and post your blogs. It uses EJS templating in order to design webpage using Javascript.
Both should be installed and make sure mongodb is running.
git clone https://github.com/shashankexe/Daily-Journal.git
cd Daily-Journal
Now install the required dependencies.
npm install
To start the servers,
nodemon app.js
Now open localhost:3000 in browser to start the application.

