Building Data-Driven Web Apps with Flask and SQLAlchemy Transcripts
Chapter: MongoDB edition
Lecture: Not a MongoDB course
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Now I want to just set expectations
0:01
before we get into this.
0:02
This is not a full MongoDB course.
0:05
I'm not here to teach you absolutely everything
0:07
about managing, deploying, and working with MongoDB.
0:11
I actually have two courses on that.
0:12
I have a free one called MongoDB Quick Start with Python.
0:15
And then a paid nine-hour one, seven hours
0:18
quite long and involved, MongoDB for Developers with Python.
0:22
Either of these courses would be great
0:24
if you really want to dig into Mongo.
0:26
The free one gets the basic ideas in place.
0:29
The paid one definitely covers the whole lifecycle
0:32
of working with it and using it for your app.
0:34
So this is not going to cover everything.
0:37
We're going to cover just like a sliver, like just enough
0:40
really lightly for you to see how to make this change
0:44
and evolve our code, and more or less
0:47
appreciate the design patterns, okay.
0:49
So we're going to go quick
0:50
and we're not going to cover everything.
0:52
If you need more resources, here are two good ones.