Built with Rust & SQLite, Zeruel is a lightweight & easy to use QR-Code generator and URL shortner.
- Install Rust & SQLite's "Precompiled Binaries".
- For more information on installing SQLite, I recommend this guide.
git clone https://github.com/wiki-Bird/Zeruel
cd Zeruel
cargo build
cd Zeruel/rust_qr
diesel migration run
cargo run
- Open
http://localhost:8000
in your browser.