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)
./scripts/init_db.sh <true|false>
p. 133 epub
- apt install pkg-config libssl-dev postgresql-client
after initializing the database..
after running cargo run, run curl -v localhost:8000/health_check, should return 200
< HTTP/1.1 200 OK