/zero2prod

Repo following the zero2prod book - https://www.zero2prod.com/

Primary LanguageRust

zero2prod

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

Deploying the application to digital ocean

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

Useful commands

Development loop

cargo watch -i docs -x check -x test -x run

Start local Postgres DB w/ docker

./scripts/init_db.sh