This is a RESTfulll blog build with Rendr, MongoDB. It tries to demonstrates how to use the Rendr library. However, it's still very buggy. Any contribution would be appreciate.
git clone [email protected]:trantorLiu/rendr-example-blog.git
cd rendr-example-blog
npm install
#development mode
grunt && node index.js
#production mode
grunt server
MIT