Uploaded May 2024 | Updated September 2026, 2 weeks ago
In this video tutorial we will make profile page and then after we will fill that profile page with login user data under this Node JS & MongoDB Chat Application. Here first we will make one HTML button and when login user has click on setting button then user profile form will be appear on web page with fill form data. Here login user profile details has been get from userData variable in which we have store login user data when page has been load in the browser and based on token in which we have store login user id data. So based on that id it has fetch user data from MongoDB database and store under userData local variable and from that variable, we have display data under login user profile form.
For Source Code & Online Demo - webslesson.info/2024/05/building-a-real-time-chat-application-project-in-node-js-with-mongodb.html
In this video tutorial we will make profile page and then after we will fill that profile page with login user data under this Node JS & MongoDB Chat Application. Here first we will make one HTML button and when login user has click on setting button then user profile form will be appear on web page with fill form data. Here login user profile details has been get from userData variable in which we have store login user data when page has been load in the browser and based on token in which we have store login user id data. So based on that id it has fetch user data from MongoDB database and store under userData local variable and from that variable, we have display data under login user profile form.
For Source Code & Online Demo - webslesson.info/2024/05/building-a-real-time-chat-application-project-in-node-js-with-mongodb.html










