MongoDB

MongoDB with ReactJS

Connect MongoDB with ReactJS ?

First, we create a react app, and then for backend maintenance, we create API in node.js and express.js which is running at a different port and our react app running at a different port. for connecting React to the database (MongoDB) we integrate through API. Now see how we create a simple React app that […]

Connect MongoDB with ReactJS ? Read More »

JavaScript, MongoDB, Node JS, Programming
node and mongo DB

Connect MongoDB Atlas with NodeJS using Mongoose

MongoDB is a NoSQL database used to store large amounts of data without any traditional relational database table. Instead of rows & columns, MongoDB used collections & documents to store data. A collections consist of a set of documents & a document consists of key-value pairs which are the basic unit of data in MongoDB.

Connect MongoDB Atlas with NodeJS using Mongoose Read More »

MongoDB, Node JS, ,
Scroll to Top