#nodejs
Read more stories on Hashnode
Articles with this tag
How to send form data from the backend-to the database (MongoDB) In this tutorial we will use the data of the previous tutorial: Send form data to the...
How to send form data to the back-end (Node JS)? 1)- Let’s create a simple form with HTML and CSS For how to create a form you can check my tutorial:...
How to get the data stored in the database back and display it on the front-end? To get the data stored in MongoDB back and use it to display it on...
How to send data from back-end to database? To send data received by the back-end to a database and store it there we'll use mongoose. mongoose is a...
How to send data from front-end to back-end with Node JS? https://youtu.be/rcsD2okrGbo 1)-Step 1: Create the HTML file First, let's create an HTML...