Skip to content

rea9r/tus-upload-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

tus-upload-sample

This application is simple sample for resumable file uploads using tus.io.

Image

Technology stack

Client-Side

Server-Side

Get the source codes

Get a copy of the source codes into local system.

git clone https://github.com/amtkxa/tus-upload-sample

Build and run the application

Client-Side

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

Server-Side

# install dependencies and build application
$ gradle build

# start the API server at localhost:8080
$ java -jar ./build/libs/tus-server-0.0.1-SNAPSHOT.jar