HomeDisk/README.md

1.2 KiB

HomeDisk cloud server

docs-rs total-lines code-size ci

home-screenshot login-screenshot

👨‍💻 Building

First clone the repository: git clone https://github.com/MedzikUser/HomeDisk.git

Requirements

  • Rust

To build run the command: cargo build --release

The compiled binary can be found in ./target/release/homedisk

🖴 Creating tables in a SQLite database

Requirements

  • SQLite3

Run command sqlite3 homedisk.db < tables.sql to create SQLite database