This's demo uploader and sync with object storage min.io Testing speed, stable
- Install docker or nodejs require version 10 above.
Change bucket name
const BucketName = 'myupload';
Update config MiniO
const minioClient = new Minio.Client({
endPoint: 'minio.serverapi.host',
port: 9001,
useSSL: false,
accessKey: 'minio',
secretKey: 'xxx'
});
From your Node.js app project folder launch those commands:
$ docker build -t your-app-name .
$ docker run -p 80:8080 your-app-name
Go to http://localhost
- MinIO - The High Performance Object Storage
- NodeJS - Nodejs
- PM2 - ADVANCED, PRODUCTION PROCESS MANAGER FOR NODE.JS
- DropzoneJS - Drag’n’drop file uploads with image previews
For the version just v1.0.0
- Tien Floware - Initial work - Tien Floware
See also the list of contributors who participated in this project.
This project is licensed under the MIT License