A sample app that allow to quickly test how axios behave to different status codes and how to obtain the response data (if available).
How to test: start the client.js start the server.js
Then open in your browser: localhost:3334/404
404 is the status code that the server.js that will be used by the server to reply to you HTTP request.