Email newsletter to which users can subscribe and receive notifications about new blog updates.
This project follows the book Zero To Production In Rust which is a great guide to backend development using Rust.
You'll need to install:
Launch a (migrated) Postgres database via Docker:
./scripts/init_db.shUsing cargo:
cargo buildUsing cargo:
cargo test