https://github.com/a-samod/node.js-express-file-operations-rest-api-using-multer
Node.js Express REST API for file operations, including upload, view, download, and delete functionalities. The API utilizes Multer middleware for handling file uploads, enabling seamless interaction with files in a server-side environment.
https://github.com/a-samod/node.js-express-file-operations-rest-api-using-multer
expressjs file-upload multer nodejs rest-api
Last synced: 2 months ago
JSON representation
Node.js Express REST API for file operations, including upload, view, download, and delete functionalities. The API utilizes Multer middleware for handling file uploads, enabling seamless interaction with files in a server-side environment.
- 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T10:10:45.000Z (almost 4 years ago)
- Last Synced: 2025-05-17T06:41:20.576Z (about 1 year ago)
- Topics: expressjs, file-upload, multer, nodejs, rest-api
- 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

## Upload a File

## View List of Files

## Download a File

## Delete a File
