filmov
tv
Create and Insert the Document using Express in MongoDB using Mongoose
Показать описание
Create and Insert the Document using Express in MongoDB using Mongoose
Code:
//create or Insert document
const insertDoc = async() = {
try{
const vbscriptPlaylist = new ChannelPlaylist({
nameOfChannel : "Azhar Techno Coder",
noOFVideos : 43,
author : "Azhar",
active : true
})
}catch(err){
}
}
insertDoc();
My second Channel:
Next Steps :
---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------
Chapters:
0:00 - Introduction to the video
0:50 - Create and Insert the Document using Express in MongoDB using Mongoose
7:00 - End Tags and subscription to the channel
Must Watch Playlists
---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------
#mongodb
#mongodbtutorial
#mongodbtutorialforbeginners
Code:
//create or Insert document
const insertDoc = async() = {
try{
const vbscriptPlaylist = new ChannelPlaylist({
nameOfChannel : "Azhar Techno Coder",
noOFVideos : 43,
author : "Azhar",
active : true
})
}catch(err){
}
}
insertDoc();
My second Channel:
Next Steps :
---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------
Chapters:
0:00 - Introduction to the video
0:50 - Create and Insert the Document using Express in MongoDB using Mongoose
7:00 - End Tags and subscription to the channel
Must Watch Playlists
---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------
#mongodb
#mongodbtutorial
#mongodbtutorialforbeginners
Комментарии