Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 190 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 190 Bytes

an example application about how to use node for some operations on mongo including connect, insert, find, etc

-- you should install mongodb node module

npm install mongodb@2.2.5 --save