I’m new to learning NodeJs and MongoDB. I’m trying to connect MongoDB and NodeJs. But its showing an error. I tried many times. Anyone help me with this?
const {MongoClient} = require('mongodb'); const url = 'mongodb://localhost:27017/'; const client = new MongoClient(url)