mongoose.connect(mongodb Url, { useNewUrlParser: true, useUnifiedTopology: true, use CreateIndex: true code example
Example: DeprecationWarning: current Server Discovery and Monitoring engine is deprecated,
mongoose.connect("paste db link", {useUnifiedTopology: true, useNewUrlParser: true, useCreateIndex: true });