Creating Routes and Handling Requests with Express.js
If you have tried building a web server using plain Node.js, you might have noticed that it can get messy very quickly. Writing a lot of if and else statements just to figure out what page the user wa
maiamansingh.hashnode.dev5 min read