An open API service indexing awesome lists of open source software.

https://github.com/arijitcodes/file-upload-using-multer

A Demo Implementation of Multer to Upload Files to an Express API Server (NodeJS, ExpressJS, Multer, http-errors)
https://github.com/arijitcodes/file-upload-using-multer

express-static expressjs file file-upload http-errors image-upload multer multer-fileupload nodejs upload upload-file upload-images

Last synced: about 2 months ago
JSON representation

A Demo Implementation of Multer to Upload Files to an Express API Server (NodeJS, ExpressJS, Multer, http-errors)

Awesome Lists containing this project

README

        

# Multer File Upload - Demo Implementation

## Author

Author : [Arijit Banerjee](https://www.github.com/ArijitCodes)

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

Social Media :  
[![Instagram](https://i.ibb.co/4t76vTc/insta-transparent-14px.png) Instagram](https://www.instagram.com/arijit.codes)
 
[![Linkedin](https://i.stack.imgur.com/gVE0j.png) LinkedIn](https://www.linkedin.com/in/arijitban)
 
[![GitHub](https://i.imgur.com/o7f6k1e.png) GitHub](https://github.com/ArijitCodes)

Email: [email protected]


## 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.

#