Creating Routes and Handling Requests with Express
The first time I built a web server in Node.js, I used the built-in http module. It worked, but the code was messy. Every route was an if statement checking the URL. Every POST request required manual
nodejs-by-ishan.hashnode.dev13 min read