Connect to Mongodb Atlas Using Mongoose

I’m a big fan of MongoDB. One of these days, I had to deploy a MERN stack app to a shared server. It’s hard to find NoSQL database support in these shared environments. MongoDB Atlas seems like a good option in such situations. But there’s a problem. The connect options don’t list mongoose. When you select Node, it shows the MongoDB NodeJS Driver URI. What about our beloved Mongoose? We’ll just simply choose version 2....

September 29, 2022 · 1 min