Code for today - https://github.com/100xdevs-cohort-3/week-7-mongo

In today’s class, we’ll understand about databases , and more specifically NoSQL databases.

We’ll learn about MongoDb and how you can use it to persist data in your full stack app.

Things to learn

  1. Creating a free mongo db cloud server
  2. Connecting your full stack application to MongoDb
  3. Defining the schema
  4. mongoose
  5. CRUD operations