What is multer?
"Middleware for handling `multipart/form-data`."
multer is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 28.8 KB on disk.
Installation Guide
# Install via NPM
npm install multer
# Install via Yarn
yarn add multer