Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 522 Bytes

depot

File sharing service.

Trivia

Due to being a university assignment, the project contains implementation of LZ77 algorithm.

The implementation is mostly based on @vincentcorbee's article.

Development environment

Compose file docker-compose.dev.yml provides configuration that should be used during development.

Run docker compose --file docker-compose.dev.yml up --build to use it.