Module Learning Objectives
By the end of this module, you should be able to...
- Explain how a NoSQL database differs from a SQL database.
- Perform Create, Read, Update, and Delete actions on a NoSQL database.
- 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