I am trying to post data to database that I have created on mLab and I am getting this error but I don\'t know whats going wrong.I also have read previously asked question o
I've simple solution:
note_routes.js
db.collection('notes').insert(note, (err, result) => {
replace
db.db().collection('notes').insert(note, (err, result) => {