darrenmeehan / zero2prod

Home to code written as part of reading https://www.zero2prod.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zero To Production / Code (Chapter 5)

This is my repository for managing the code I write while reading Zero To Production.

Progress

I'm currently on page 155

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.

This branch is a snapshot of the project at the end of Chapter 5.

Pre-requisite

You'll need to install:

Launch a (migrated) Postgres database via Docker:

./scripts/init_db.sh

How to build

Using cargo:

cargo build

How to test

Using cargo:

cargo test 

About

Home to code written as part of reading https://www.zero2prod.com/


Languages

Language:Rust 90.6%Language:Shell 5.5%Language:Dockerfile 3.9%