/Upload-Download-Files

Examples of how upload and download files using differents approach like S3, Web Sockets, Streams, GCP Storage (Work in Progress)

Primary LanguageJavaScriptMIT LicenseMIT

File Input make in React with SocketIO and Flask

About:

Tool for uploading multiple Zips and Files Asynchronously. Make on React.JS with Flask and SocketIO.

Installing and Running:

1. Server

$ pipenv install

$ pipenv shell

$ export FLASK_APP=server.py

$ flask run

2. The App

$ yarn or npm install

$ yarn or npm start