Creating Routes and Handling Requests with Express
When you open a website, submit a form, or click a button, your browser sends an HTTP request to a server. But how does the server know what to do with that request? That’s where routing comes in.
You
mehtabblogs.hashnode.dev5 min read