Can't connect to MongoDB 6.0 Server locally using Nodejs driver
I have just started learning about MongoDB and I am trying to host my node js application locally via MongoDB Server 6.0 (without using mongoose or atlas) I copied the async javascript code given in the MongoDB docs. I made…