/MongoPress

NodeJS, Express, MongoDB blog system made with xtyle

Primary LanguageJavaScript

mongopress

NodeJS, Express, MongoDB blog

nodepress preview image

Installation

Software dependency list

  • NodeJS
  • MongoDB

After you have those installed properly run the following command:

npm install

This should take care of installing the dependencies.

  • ExpressJS (framework)
  • Jade (html)
  • Stylus (css)
  • consolidate (consolidate syntax)
  • mongodb (MongoDB api)

Make sure your MongoDB is installed and running.

mongod

Run your application

nonde app-simple.js

Using your browser go to: http://0.0.0.0:4040

You are all set.