Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 567 Bytes

os specific setup

p.5

cargo installs

cargo install cargo-watch cargo-audit
cargo install --version='~0.7' sqlx-cli --no-default-features --features rustls,postgres

rustup installs

rustup component add clippy rustfmt

database setup

p.55 script needs to be run at root of project (next to migrations folder)

current page

p. 69 @ 3.8.5.5

dependencies

linux

  • apt install pkg-config libssl-dev postgresql-client

check if webserver alive

after running cargo run, run curl -v localhost:8000/health_check, should return 200 < HTTP/1.1 200 OK