Connecting node.js server with mongodb database | Node.js tutorial in hindi

Опубликовано: 14 Март 2026
на канале: IT MATE PK
380
6

Mongodb login: https://account.mongodb.com/account/l...

Mongodb compass download: https://www.mongodb.com/products/tool...

Mongoose link: https://mongoosejs.com/

Node.js, a powerful runtime environment built on Chrome's V8 JavaScript engine, allows for server-side applications in JavaScript. It's known for its scalability and non-blocking I/O model, making it ideal for data-intensive real-time applications.

install libraries:
npm i express
npm i mongoose
npm i dotenv
npm i body-parser
npm i bcryptjs
npm i jsonwebtoken
npm i multer
npm i -g nodemon

#nodejs #JavaScript #ServerSide #WebDevelopment #mongodb #express #mongoose #nodemon #dotenv #api #apis #controller #route #routes #routing #userRoute #server #nodejsServer #mongodb #connect #connectting #mongodbtutorialforbeginners #mongodbtutorial #expressjs