Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 491 Bytes

#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

Hosted on Heroku

##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.