File Upload with Multer This project demonstrates how to handle file uploads using Multer in a Node.js application. To upload file :
- Run the project with initial nodejs setup
- send a post request to http://localhost:3000/upload
- Your files will be uploaded to uploads directory