Skip to content

xambassador/resumable-live-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resumable Live File Uploader.

Token exchange based live file uploader that support pause and resume.

Run Locally

You need to have Node.js and npm installed in your machine, these are our only dependencies to run the project locally.

# Clone the project.
git clone https://github.com/xambassador/resumable-live-uploader.git

# Install npm depedencies.
# ---- Go to client folder
cd client
npm install
# Or
yarn
# ---- Go to server folder
cd server
npm install
# Or
yarn

# Run runner.js script using node
node runner.js

App Screenshot

Screenshot - Initial Screen
Screenshot - Uploading file Screen
Screenshot - Uploading complete Screen
Screenshot - Uploading file Screen
Screenshot - Uploading complete Screen
Screenshot - Error Screen
Screenshot - Error Screen