Skip to content

rustgbg/rustgbg-web-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Quickstart with actix-web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages