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.sh
Using cargo
:
cargo build
Using cargo
:
cargo test