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:
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:
- Official ExpressJS site: ExpressJS
- Node: nodejs.org
- MongoDB: mongodb.org
- Mongoose: mongoosejs.com
Guy -
ReplyDeleteHere's a sample skeleton using DustJS (linked-in fork) + kleiDust + expressjs + mongoose + passport
https://github.com/killinterpol/examples-dust-passport/tree/mongoose
-Chris
Great meeting you today at Desert Code Camp Chris. Thanks for the link and the info about DustJS!
Delete