Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-samod/node.js-express-file-operations-rest-api-using-multer
Node.js-Express-File-Upload-View-Download-Delete-Rest-API-Using-Multer
https://github.com/a-samod/node.js-express-file-operations-rest-api-using-multer
Last synced: 9 days ago
JSON representation
Node.js-Express-File-Upload-View-Download-Delete-Rest-API-Using-Multer
- Host: GitHub
- URL: https://github.com/a-samod/node.js-express-file-operations-rest-api-using-multer
- Owner: A-Samod
- Created: 2022-08-30T07:51:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T10:10:45.000Z (about 2 years ago)
- Last Synced: 2023-12-25T06:22:26.959Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Express Upload/Download/View/Delete file Using Rest API
### Install NPM
```
npm install
```### Run
```
npm start
```## ScreenShots
## Folder Structure
![folder strucure](https://user-images.githubusercontent.com/71955262/187405838-e16fd1af-b787-463b-bf92-9fc49bfbad3c.png)
## Upload a File
![Upload a File](https://user-images.githubusercontent.com/71955262/187405905-3b9a58c4-acef-420c-bd2e-b7a7d50a23d3.png)
## View List of Files
![View List of Files](https://user-images.githubusercontent.com/71955262/187405945-a6eef56e-fae1-4a7e-9ec3-49b6f2b4dcea.png)
## Download a File
![Download a File](https://user-images.githubusercontent.com/71955262/187405985-efa95a4a-5683-4d40-b05c-390a10b5f5a2.png)
## Delete a File
![Delete a File](https://user-images.githubusercontent.com/71955262/187406008-e39be0a9-3537-462e-a3c0-310f3702af63.png)