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, ,