Friday, April 4, 2014

ExpressJS and MongoDB End to End


This blog post accompanies the presentation called ExpressJS and MongoDB End to End at Desert Code Camp 2014.1.

If you want to follow along with this presentation then there are three items you need:
  1. Install Node.
  2. Install MongoDB.
  3. Clone the ExpressJS Sample.
Once you've cloned the sample this locally you should be able to run it using:
node app.js
If MongoDB is running on the default port then it should work.

Give me feedback when the presentation is over: Guy on Speaker Rater

Resources from presentation:

2 comments:

  1. Guy -
    Here's a sample skeleton using DustJS (linked-in fork) + kleiDust + expressjs + mongoose + passport

    https://github.com/killinterpol/examples-dust-passport/tree/mongoose

    -Chris

    ReplyDelete
    Replies
    1. Great meeting you today at Desert Code Camp Chris. Thanks for the link and the info about DustJS!

      Delete