MongoDB is a NoSQL Database.
Instead of storing data in the form of table and rows, in mongoDB data in stored in the form of objects.
Mongoose is ODM, which makes it easier to communicate with MongoDB.
In this series we will learn about
MongoDB and Mongoose
CRUD application
and a testing framework called Mocha.
Top comments (0)