You need a Rust toolchain to begin. Use rustup for best results.
cargo install diesel_cli --no-default-features --features sqlite
diesel migration run
cargo run
You should now be able to access this from localhost:8080.
Try http://localhost:8080/example/test1 to see it working. 😄