use Netflix
db.latestdata.insertMany([
{
"Type": "Movie",
"Actor Name": "Michel",
"Country": "Mexico",
"Date of Release": "23 December 2016",
"Year of Release": 2016
},
{
"Type": "Movie",
"Actor Name": "Gilbert",
"Country": "Singapore",
"Date of Release": "20 December 2018",
"Year of Release": 2011
},
{
"Type": "Movie",
"Actor Name": "Shane",
"Country": "United States",
"Date of Release": "16 November 2017",
"Year of Release": 2009
},
{
"Type": "Movie",
"Actor Name": "Robert",
"Country": "United States",
"Date of Release": "1 January 2020",
"Year of Release": 2008
},
{
"Type": "TV Show",
"Show Name": "13 Reasons Why",
"Country": "United States",
"Date of Release": "23 August 2019",
"Year of Release": 2016
},
{
"Type": "TV Show",
"Show Name": "20 Minutes",
"Country": "Turkey",
"Date of Release": "15 August 2017",
"Year of Release": 2011
},
{
"Type": "TV Show",
"Show Name": "13 Reasons Why",
"Country": "United Kingdom",
"Date of Release": "1 July 2020",
"Year of Release": 2009
},
{
"Type": "TV Show",
"Show Name": "Elite",
"Country": "India",
"Date of Release": "1 December 2020",
"Year of Release": 2008
}
]);
To embed this project on your website, copy the following code and paste it into your website's HTML: