Skip to content

andlys/ZipWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web service to archive and store files in cloud, based on:

https://github.com/andlys/Java-Zip

Features:

  • Upload any file or files to the server
  • Download single file from the server in zip archive
  • Download all the files at once from the server in zip archive
  • Supports Windows and Unix server file systems

Usage

cd <project_folder>

mvn package

docker build -t alysenkofx/zip_web:zip .

or

docker pull alysenkofx/zip_web:zip

and then run

docker run -p 8080:8080 alysenkofx/zip_web:zip

  • Work in progress...

About

Spring Boot project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published