How to connect node.js with monogodb

I am new to node.js, mongodb. please suggest me a good tutorial to learn this stuff. And if any IDE is there for node.js developement ?

Node.js does not do IDEs really. Just use a text editor. I personally like Sublime Text 2.

Look at mongoosejs.com for a mongo library.