Here is a filemanager to manage the images of his site. It allows you to avoid uploading the same image several times.
npm install isox-filemanageror
yarn add isox-filemanagerimport { FileManager } from 'isox-filemanager'
app.use(FileManager)<filemanager endpoint="https://your_api.com"/>I have created the filemanager, so you have to create the API that goes with it. As you go along in the api folder you could find different api files for the tools / technology.
| URL | METHODE | Description |
|---|---|---|
| /folders | GET | Get Folders |
| /folders | POST | Create Folder |
| /folders/{id} | DELETE | Delete Folder |
| /files | GET | Get File |
| /files | POST | Create File |
| /files/{id} | DELETE | Delete File |
