FILE UPLOAD USING MULTER
Document Multer is a middleware for handling file uploads in Node.js. It is commonly used in the MERN (MongoDB, Express.js, React, and Node.js) stack to handle file uploads in web applications. In a MERN stack, Multer is typically used in …