Skip to content

Junsious/Cirrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cirrus

Cirrus 2

Just a cloud written in Rust, HTML, CSS, JavaScript.


Processes requests for uploading files to the server, as well as uploading to your personal PC.

Installation and Running

Requirements

  • Rust version 1.65 or newer
  • Cargo for dependency management

Installation

  1. Clone the repository:

    git clone https://github.com/junsious/Cirrus
  2. Navigate to the project directory:

    cd Cirrus
  3. Build the project:

    cargo build --release
  4. Run the application:

    cargo run
  5. go to port 0.0.0.0:7878

    http://your_ip:8080/

Development and Contributing

If you would like to contribute to the project, follow these steps:

  1. Create a branch:

    git checkout -b feature-branch
  2. Make your changes and test them.

  3. Commit your changes:

    git commit -am 'Added new feature'
  4. Push your changes:

    git push origin feature-branch
  5. Create a Pull Request on GitHub, describing your changes and their purpose.

Screenshots

image

image

image

License

This project is licensed under the MIT License.


Author

Coder - Junsious (GitHub)

Designer - Konrad (GitHub)