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
p.55 script needs to be run at root of project (next to migrations folder)
p. 69 @ 3.8.5.5
- 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