Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 699 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 699 Bytes

Central API

Test codecov Build

The central api for the file-share-platform. Handles websocket connections from server agents, and requests from clients who wish to download a file.

Instructions

git clone https://github.com/file-share-platform/central-api.git
cd central-api

cp .example.env .env
nano .env #update any configuration files

cargo run --release