Echoing the data sent to the server back to the user
POSTing data to the server
find complete code of index.js at end of the blog
To submit data to the server we often use two request methods
POST
PUT
Post method adds the new data but Put method replaces the current data.
Mostly we use Post reques...
siddhantsiddh15.hashnode.dev3 min read