Demo of how to use minio with react and node express to do file uploads and downloads
run npm install on Client and Server folder
open 3 terminals
from the root of project run 'docker-compose up' this will load minio. After it finishes, go to this url. Use 'PAS86XA3D23TYTO4TSVL' for the access key and 'rGiALsHl237poM95Ix+XEHY+QeiN6L1B1C3BnZY83' for the secret key. Create a bucket named 'test'
change to the server directory, run 'npm start'
change to the client directory, run 'npm start'
just upload a file then click the reload button, will show the file in the list. Click the view to redownload the file.