indrajeetkr / mongodb-express-node.js-blog

a simple blog made with mongodb, express and node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a simple blog made with mongodb, express and node.js