Mongodb – Express JS and Mongo DB connection issues
This is the simple code of connecting the express js to mongodb, and i also install the both packages, so why i'm facing this error? const express = require("express"); const app = express(); app.listen(3000,() => { console.log("Server is running at…