#Description
A simple mongoDB, express and Node.js blog made with this tutorial
##Extras
I added the ability to edit and delete blog posts. Works with deployment on Heroku.
##View
##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.