Can Javascript save users to the MongoDB Database?
So i am trying to save user details to my mongodb database. I was able to successfully save the data prior to hashing the entered password with bcrypt I am not able to save the userdetails to the database after…