mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-15 13:11:38 +00:00
Update README.md
This commit is contained in:
parent
3e553eaf60
commit
2fe0da12f3
1 changed files with 5 additions and 1 deletions
|
@ -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.:
|
||||
|
|
Loading…
Reference in a new issue