A web frontend for scanimage
cli-command, written in rust as backend/api
and vanilia html/css/js as frontend
Either create a scans
directory in the root of this project and then build with:
cargo build --release`
and start with:
cargo run --release
or just use:
make
and then:
make run
After building and running just go to localhost:8080