Skip to content

tientp-floware/floware-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floware File Storing

This's demo uploader and sync with object storage min.io Testing speed, stable

Getting Started

  • 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

Live demo

Simple Update MinIO

Built With

  • 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

Versioning

For the version just v1.0.0

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License

About

Just demo something work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •