How to handle errors in Express and Node.js App
Image by mohamed Hassan from Pixabay
When we create api's with express, we define some routes and their handlers, in an ideal world, consumers of our api will only make requests to routes that we defined and our routes will work without error. But if...
samolusola.me
nokha
Thanks a lot! This is such a wonderfully written post. I was finding difficulty in understanding the error handling in expressjs however going through your post has helped me a lot.