Thank you for such neatly explained video. Can you include all concepts like jwt, git, authentication, logger, rate limiting, security, joi validation, unit testing and performance testing and all.
hello sir, can you make a video on how to update external api to cllent side, such as map location point on with openlayers map, create login dashboard with some js elements being hidden for b category users and visible only for a category users and create protected routes with authentication for employees to edit specific pages, all with expressjs, node and mongodb ? thank you for doing these videos, there is so much value in those.
I tried this for 12 hours and i can't make postman accept my data, is always "server error" i dont know what im doing wrong... but maybe its because my data has a lot of thigs more than users like 7 things there and its a different thing to do here?
Hello I have problem , Failed to connect to the database The uri parameter to openUri() must be a string, got "undefined". Make sure the first parameter to mongoose.connect() or mongoose.createConnection() is a string.
It means the parameter you give to functions is not string or missing check if openUri() mongose.connect() or mongose.createConnection is not empty or it is rap inside a double or single qoutes like this ". ../parameter"
can you post a video about How to host website on Google cloud platform (GCP) built using React JS or Next JS. and How to host multiple websites on GCP (Google cloud platform) and connect with different domain for each websites.domain bought from godaddy or Namecheap.
thanks, a simple crude operation with no more description. good for those who have experience with other frameworks like laravel
i thinks this is the best good video in youtube simple tell i am waiting for more videos i hope you ❤❤❤
I'm glad you found it helpful, I'll be sure to make more videos on REST APIs!
Thank you for such neatly explained video. Can you include all concepts like jwt, git, authentication, logger, rate limiting, security, joi validation, unit testing and performance testing and all.
much appreciated!
How to connect to front end? Do you have any video for it?
great video but could you explain what are the keywords meant for and explain it
hello sir, can you make a video on how to update external api to cllent side, such as map location point on with openlayers map, create login dashboard with some js elements being hidden for b category users and visible only for a category users and create protected routes with authentication for employees to edit specific pages, all with expressjs, node and mongodb ? thank you for doing these videos, there is so much value in those.
I tried this for 12 hours and i can't make postman accept my data, is always "server error" i dont know what im doing wrong... but maybe its because my data has a lot of thigs more than users like 7 things there and its a different thing to do here?
14:00. Not working 😞.what to do how do i fix that.someone please help
what is your error
Hello I have problem , Failed to connect to the database The uri parameter to openUri() must be a string, got "undefined". Make sure the first parameter to mongoose.connect() or mongoose.createConnection() is a string.
It means the parameter you give to functions is not string or missing check if openUri() mongose.connect() or mongose.createConnection is not empty or it is rap inside a double or single qoutes like this ". ../parameter"
If I am using mockdata.json file for rest api get,put,post,delete,create then I switch to mongo db than I will need require mock.json file?
can you post a video about How to host website on Google cloud platform (GCP) built using React JS or Next JS. and How to host multiple websites on GCP (Google cloud platform) and connect with different domain for each websites.domain bought from godaddy or Namecheap.
post video about Nodemailer node js - send "website form data" to email id
Great
MY postman is working properly but data is not displayed in the database
Same happened to me. If you check it in test folder in mongo compose, the data is showing.
Thank😍😍
You're welcome 😊
daym, i know my port is up but my page is showing CANNOT GET api/user/fetch
nvm i made it work
Same
@@aerashaimasen please tell me how it works
i have a problem regarding the mongo db connection on my project, how should i contact you it will be helpful if u help me with it
what is diff b/w require and import?
the basic require is a common JS syntax while the import he uses here are ES6 syntaxes much similar like typescript