- First clone our repository:
git clone https://github.com/Nnenty/get_video
- Change the .env file if necessary.
- Go to server catalog:
cd server/
- Run
docker compose:
docker compose up --build
The server should start listening for incoming connections on your port.
- Go to client catalog:
cd client/
- Change config.toml if you have changed .env file.
- Run client
cargo run
Client should get response and save video into current directory.