Processes requests for uploading files to the server, as well as uploading to your personal PC.
-
Clone the repository:
git clone https://github.com/junsious/Cirrus
-
Navigate to the project directory:
cd Cirrus
-
Build the project:
cargo build --release
-
Run the application:
cargo run
-
go to port 0.0.0.0:7878
http://your_ip:8080/
If you would like to contribute to the project, follow these steps:
-
Create a branch:
git checkout -b feature-branch
-
Make your changes and test them.
-
Commit your changes:
git commit -am 'Added new feature'
-
Push your changes:
git push origin feature-branch
-
Create a Pull Request on GitHub, describing your changes and their purpose.
This project is licensed under the MIT License.
Coder - Junsious (GitHub)
Designer - Konrad (GitHub)