create collection and insert data in mongodb from user code example Example: mongodb insert db.products.insert( { item: "card", qty: 15 } )