/Z-blog

A multi-user blog

Primary LanguageJavaScript

Z-blog

A clone of N-blog but fix many bugs.

##Get Started

$ npm install
$ npm run dev

download MongoDB from http://www.mongodb.org/downloads, unzip it and rename the folder to mongodb, create a new folder named blog as the storage directory of the programe.
open a new terminal tab and run:

mongod --dbpath /data/blog

open localhost:3000 then you can see the page.