1
00:00:00,140 --> 00:00:00,530
Okay.

2
00:00:00,530 --> 00:00:08,330
And once we're comfortable with local data, let's switch gears and persist our data in a full blown

3
00:00:08,330 --> 00:00:12,740
database instead of our silly little jobs array.

4
00:00:13,130 --> 00:00:21,620
Since it's a mern course, we're going to use MongoDB, a NoSQL database where we can store our data

5
00:00:21,680 --> 00:00:27,650
as Json like documents with flexible document data model.

6
00:00:27,680 --> 00:00:28,630
What's really cool?

7
00:00:28,640 --> 00:00:36,170
MongoDB provides cloud option named Atlas, which essentially allows us to have our data in one place,

8
00:00:36,320 --> 00:00:44,420
be it while we're developing our project or when we actually push our project to production.

