Repo following the Zero To Production In Rust book by Luca Palmieri
My notes while reading the book can be found in the docs/ folder
The source repo for the book can be found here
Copy the example.spec.yaml
into spec.yaml
, replacing any areas which are marked CHANGE_ME
Then, run the following command:
doctl apps create --spec spec.yaml
Development loop
cargo watch -i docs -x check -x test -x run
Start local Postgres DB w/ docker
./scripts/init_db.sh