This application is simple sample for resumable file uploads using tus.io.
Get a copy of the source codes into local system.
git clone https://github.com/amtkxa/tus-upload-sample
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# 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