Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nathannli committed Apr 21, 2024
1 parent b9b57e9 commit 79f5402
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ 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

# current page
p. 56 @ 3.8.4.1
p. 69 @ 3.8.5.5

# dependencies
## linux
- apt install pkg-config libssl-dev
- 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

0 comments on commit 79f5402

Please sign in to comment.