Amazing article! Just a heads up, if you're using Mongoose 6 you'll need to remove the
{ useFindAndModify: false,useUnifiedTopology: true, useNewUrlParser: true, useCreateIndex: true}
part of the code, won't work otherwise... (Error: MongoParseError: options usefindandmodify, usecreateindex are not supported)