Module Learning Objectives

By the end of this module, you should be able to...

  1. Explain how a NoSQL database differs from a SQL database.
  2. Perform Create, Read, Update, and Delete actions on a NoSQL database.
  3. Implement a website in Flask which allows the user to create, read, update, & delete objects.

Lessons

Introduction to Databases

SQL vs NoSQL and Introduction to MongoDB

Connecting a Flask Server to MongoDB Cluster

Performing C.R.U.D Operations with PyMongo