directory-rest-nodejs icon indicating copy to clipboard operation
directory-rest-nodejs copied to clipboard

Node.js / MongoDB RESTFul services for the Employee Directory sample application

Results 2 directory-rest-nodejs issues
Sort by recently updated
recently updated
newest added

A little less confusing.

when i run `node server.js`, it run into error with below error message: ``` db = mongoClient.db("employeedb09"); ^ TypeError: Cannot call method 'db' of null at C:\Documents and Settings\a531320\My Documents\rest\routes\employee.js:7:22...