A fully Node.js MongoDB blog following excellent tutorial: http://howtonode.org/express-mongodb
ADDED!: Support for editing old entry blogs and support for removing them!
Persistance datastore: MongoDB
Instructions for running locally
From the command line, type mongod to start a mongoDB instance. In a separate window, while in the /blog directory type node app.js. Navigate to localhost:3000 in a browser.