diff --git a/README.md b/README.md index 053905f..53d4893 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Zero To Production / Code -This repository complements the [Zero To Production book](https://www.lpalmieri.com/posts/2020-05-24-zero-to-production-0-foreword/): it hosts snapshots of the codebase of our email newsletter project at end of each chapter. +![Book cover](https://www.zero2prod.com/assets/img/book2.png) + +[Zero To Production In Rust](https://zero2prod.com) aims to be an opinionated introduction to backend development using Rust. + +This repository serves as supplementary material for [the book](https://zero2prod.com/): it hosts snapshots of the codebase of our email newsletter project at end of each chapter. It is structured as a `cargo` workspace: running `cargo build` will build the codebase for **all** chapters. If you want to build/test/run the code for a _specific_ chapter, just move into its folder! E.g.: