0
How can I add my front end page sign up with mongodb compass.bcs I want to store my data in mongodb
I created a sign up page and now I want to connect my sign up page with mongodb compass to store data in it.
1 Antwort
+ 3
Now you need Rest API to connect your front end with mongodb.
https://www.sololearn.com/learn/10736/?ref=app
https://www.sololearn.com/learn/12764/?ref=app
After that you can follow this steps:https://medium.com/@ruwan.se.uok/node-js-mongodb-user-registration-cb1956c5563