This is a home work for node.js. This project is a blog system cloned from https://github.com/yuff100/node_blog_homework.git. The system is based on node.js and require express/mongodb.
How to deploy the blog:
- npm install in /blog.
- mongod -dbpath ~/blog.
- supervisor blog/app.
- Open in brower: http://localhost:3000.