File sharing service.
Due to being a university assignment, the project contains implementation of LZ77 algorithm.
The implementation is mostly based on @vincentcorbee's article.
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.