BlogWoodz is a blogging web application that allows the users to share their creative content and at the same time connect with each other via chatting as well. It makes use of:
- Node.js, Express.js and MongoDB
- HTML, CSS, JS and Socket.io(for chatting)
- Install the packages using
npm install
- Create a config.env file and add TEAM(email ID), PASSWORD(password to the email ID) and Database URI.
- Run the server.js file using
node server.js
It is based on the number of views, likes and comments. No. of likes is given 20% value, views and comments are given 40% value each.
One of the highlights of this application is chatting. This feature is implemented using Socket.io.