Search⌘ K

Adding Sample Data

Understand the process of loading MongoDB sample data into a cluster and explore the sample_mflix dataset which includes movie details. This lesson helps you get started with test data to use in your MERN stack project.

One thing that’s great about MongoDB is when we want to use test data to try things out, we don’t have to generate it ourselves. MongoDB provides a lot of sample data for us. ...