Databases are organized collections of data that are structured to enable efficient storage, retrieval, and management of information.

Whenever you create a full stack app , you persist data in databases.

For example -

  1. User information
  2. TODOs of your todo app
  3. Posts for facebook
  4. Tweets for twitter …

Screenshot 2024-09-14 at 6.33.19 PM.png

Types of databases

Today we’ll be learning about MongoDB which is a NoSQL Database