Zero To Production In Rust is an opinionated introduction to backend development using Rust.
This repository serves as supplementary material for the book: it hosts snapshots of the codebase of our email newsletter project at end of each chapter.
The master
branch (where you are right now!) shows the project at the end of the last published chapter (Chapter 7 Part 1, right now).
You can browse the project at end of previous chapters by switching to their dedicated branches:
- Chapter 3, Part 0
- Chapter 3, Part 1
- Chapter 4
- Chapter 5
- Chapter 6, Part 0
- Chapter 6, Part 1
- Chapter 7, Part 0
- Chapter 7, Part 1
You'll need to install:
Launch a (migrated) Postgres database via Docker:
./scripts/init_db.sh
Using cargo
:
cargo build
Using cargo
:
cargo test