adnanrahic / nodejs-restful-api

How to create a RESTful CRUD API using Nodejs?
327 stars 166 forks source link

Use mongoClient #1

Closed chuckchamberland closed 7 years ago

chuckchamberland commented 7 years ago

Add {useMongoClient:true} option object to the mongoose.connect call in db.js because of deprecation of underlying method in mongoose. See http://mongoosejs.com/docs/connections.html#use-mongo-client.

adnanrahic commented 7 years ago

Thanks for mentioning this. It's been a while since I wrote this piece of code. I've added the fix.