Relative Content

Tag Archive for javascripthtmlmongodbwebbackend

3 input for website made using html css and js how to take what the user typed in the input fields and put it in a mongodb datdb database automaticly

I am trying to create a signup page for a website, but I don’t know how to make the data that the user typed in be automatically transported to a MongoDB database. There are 3 input fields: username, email, and password. and a submit button, I want to create an onclick function for it to automatically log the user data in a MongoDB database. MongoDB database.