Node JS Tutorial # 30 Connect MongoDB with Node js

preview_player
Показать описание
In this node js video, we will learn how to connect MongoDB with Node js in in the English language. this video is made by anil Sidhu in the Node js in the English Language

Install MongoDB Package
Connect MongoDB with Node js
Show Data from MongoDB
Interview Questions

Рекомендации по теме
Комментарии
Автор

TY. I have been struggling with this until watching your video.

ronpalmer
Автор

Please make video on react JWT authentication using functional component

animeshkhare
Автор

which screen recorder you're using?

MofizulIslam
Автор

Sir I have a doubt,
const mongoClient = require ('mongodb'). mongoClient;
Written as
const {mongoClient} = require( 'mongodb');

If I write this code
const mongoct= require ( 'mongodb' ). mongoClient;
Then how it is written in modern node js

Please sir answer this question.

Fugul_
Автор

I am not able to connect sir could you please tell

gayathrireddy