Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 384 Bytes

Rust Göteborg Web Quickstart

Installing Rust

You need a Rust toolchain to begin. Use rustup for best results.

Running

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. 😄