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)
- Host: GitHub
- URL: https://github.com/arijitcodes/file-upload-using-multer
- Owner: arijitcodes
- Created: 2024-03-02T16:11:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T18:39:54.000Z (about 1 year ago)
- Last Synced: 2024-03-02T19:27:04.700Z (about 1 year ago)
- Topics: express-static, expressjs, file, file-upload, http-errors, image-upload, multer, multer-fileupload, nodejs, upload, upload-file, upload-images
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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://www.instagram.com/arijit.codes)
[ LinkedIn](https://www.linkedin.com/in/arijitban)
[ 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.
#