DEV Community

Rittwick Bhabak
Rittwick Bhabak

Posted on • Updated on

#1 Introduction to MongoDB

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)