Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.37 KB

Multer File Upload - Demo Implementation

Author

Author : Arijit Banerjee

About : Full Stack Web Developer | Cyber Security Enthusiast | Actor

Social Media :   Instagram Instagram   Linkedin LinkedIn   GitHub GitHub

Email: arijit.codes@gmail.com


Functionalities and Technologies Used (in Whole Project)

Stack : NodeJS

Technologies Used : NodeJS, ExpressJS, Multer, http-errors

Functionalities & Description : A Simple Node-Express based API. It was made as a demo implementation of Multer for uploading files. ExpressJS was used to create the API & to Serve the Uploaded Files Live. 'http-errors' module was used to throw API Errors along with error code - to handle the errors from Express error Handler.


Note from the Developer:

This is just a demo implementation and not a final project. I made this to keep it as a reference for future and putting it in github in-case anyone finds it useful.