MongoDB/Mongoose Tutorials of Beginners in Hindi
This course covers MongoDB - Setup, Architecture, Command Line queries. Also talks about Mongoose ODM with CRUD functions. (and POSTMAN tool)
MongoDB is a NoSQL database. You might be familiar with SQL databases like MySQL. However knowledge of those is not required to learn MongoDB. We will also learn a ODM (Object Document Mapper) called Mongoose. Mongoose helps us to code in JS and directly accessing MongoDB without learning MongoDB core queries.
#1 Installing MongoDB
We will check how to install Mongo Community Server and also how to install mongo client. As MongoDB is a client server based system (just like any other database service) - we will understand MongoDB stores data and its basic architecture.