post=db.post post.insert ( [ {title:"My first Post", content:"Hello World this is my first post at the website!!!", time: new Date(), by:{ name: "Mohit Hiralal", email:"mh@gmail.com"} }, {title:"My second post", content:"This is my second post. Hope this garners some atention!", time: new Date(), by{ name:"Mohit",email:"m@gmail.com" }, comments: [ {title:"Spelling wrong", content:"You spelled attenttion wrong…", likes:1009} ] } ] )
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)