Introduction
Connecting to MongoDB lets your Node.js app store and get data easily.
When you want to save user info from a website.
When you need to read data from a database to show on a page.
When you want to update or delete records in your app.
When you build a backend that talks to a database.
When you want to keep data safe and organized.