Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droidzed/node-file-manager
https://github.com/droidzed/node-file-manager
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/droidzed/node-file-manager
- Owner: DroidZed
- License: gpl-3.0
- Created: 2024-06-11T13:13:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T16:08:27.000Z (5 months ago)
- Last Synced: 2024-10-04T06:22:30.367Z (about 2 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# File Manager: Node Js Server
## How it works:
- Send a POST request to `/api/upload-` either `single` or `multiple` depending on your choice.
- Get the file path as return value within a response object.
- Send a GET request to `/api/static/:file name` in order to receive the file object.
## How to build and run:
Clone the repo.
Install the dependencies:
### Run with yarn:
```sh
yarn start
```### Run run with docker:
```sh
docker compose up -d
```