Maybe too late for helping with an assignment but MongoDB offers online training courses, one of which uses Node: https://university.mongodb.com/courses/10gen/M101JS/2014_June/about
It's a pretty good class. I can't remember if when you sign up you can watch old videos and see coursework or not (I think the answer is yes) but you might be able to email 'em and ask about that. The course covers things like connecting to mongodb from node, running queries/extracting data, etc. andy On Mon, Apr 28, 2014 at 2:11 AM, Dipali Lohar <[email protected]> wrote: > I have given a assignment to initialize the mongodb connectio to the > existing project (https://github.com/ProfAvery/shortening) and need to > run some jquery to display few data from the mongodb. I got stuck in the > connecting mongodb to this project. > > can someone help me with this ??? > Thanks in advance. > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
