As part of an exam I wrote a few months back, I had to write an API using Node JS and Express. I decided to improve the API by adding image upload functionality using Multer. Multer is a Node JS middleware for handling multipart/form-data which is pr...