Blog build on nodejs , expressjs and mongodb
You can dynamically add content to your blog from "ADD POST" and add category from "ADD CATEGORY".
How to power the app?
Before starting the server, set the path for mongoDB as
"mongod --port=27017 --dbpath=./data"
Install the modules: "npm install"
Now, start the server using "npm start"
Developer: addictd