console.log('Collections were not present, skipping drop...');
}
awaitUserModel.create(
{
username:'alen',
password:'1',
},
{
username:'danil',
password:'2',
}
);
constfirstArtistId=newmongoose.Types.ObjectId();
constsecondArtisId=newmongoose.Types.ObjectId();
awaitArtistModel.create(
{
_id:firstArtistId,
info:'Aubrey Drake Graham is a Canadian rapper and singer. An influential global figure in contemporary popular music, Drake has been credited for popularizing singing and R&B sensibilities in hip hop.',
name:'Drake',
photo:'drake.jpg',
},
{
_id:secondArtisId,
info:'Marshall Bruce Mathers III, known professionally as Eminem, is an American rapper, songwriter, and record producer. He is credited with popularizing hip hop in middle America and is critically acclaimed as one of the greatest rappers of all time.',