Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 782 Bytes

File metadata and controls

22 lines (21 loc) · 782 Bytes

FileTransferingApp(Desktop client)

image image

Steps to build

Clone the repository:

  git clone https://github.com/WhyNovaa/FileTransferingApp_DesktopClient.git
  cd FileTransferingApp_DesktopClient

Ensure you have Rust installed. If not, install it from here

Install the required Rust toolchain and dependencies:

  rustup install stable
  cargo install --path .

Insert your value in .env file.

Build the project using Cargo:

  cargo run

This project works with server