p.5
cargo install cargo-watch cargo-audit
cargo install --version='~0.7' sqlx-cli --no-default-features --features rustls,postgres
rustup component add clippy rustfmt
check for package dependencies
p.55 script needs to be run at root of project (next to migrations folder)
p. 86 @ 4.0
- apt install pkg-config libssl-dev postgresql-client
after running cargo run, run curl -v localhost:8000/health_check, should return 200
< HTTP/1.1 200 OK