Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

πŸ“‚ file manager to download and upload file by using token-key

Notifications You must be signed in to change notification settings

ElinaValieva/file-uploader-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

41 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‚ File Manager

Additional πŸ’‘

  • H2 db for saving file-info (file duration, token-key)
  • File Collector, for removing old files from repository
  • For uploading, set file duration and get token-key
  • For downloading set token-key

Prerequsites ❗

  1. JDK 1.8 at least - for running app
  2. Maven 3+ - for building package

Build and Deploy πŸ”¨

  1. Build both services by mvn clean install
  2. Go to http://localhost:8090