+ 2
Mongoose DB - Saving Data
So I was wondering with Mongoose DB how can I prompt the user for things like usernames and passwords and save the data then be able to check it?
1 Respuesta
+ 1
1- Set up nodejs and create a project. Export HTTP requests for data management (writing API)
2- Use your api clientside (html/css/js)
See : Nodejs express js api