0
Q:

find one with specofoc id mongoose

  YOUR_MODEL_NAME.findOne({_id: reqParameterID}, function(err, result) {
    if (err) {
      console.log(err);
    } else {
      // Do Something 
    }
  });
0

New to Communities?

Join the community