Skip to content

Web application described in `Zero To Production In Rust` book

Notifications You must be signed in to change notification settings

angelocatalani/newsletter

Repository files navigation

Newsletter

Version Actions Status Actions Status Actions Status Actions Status

Implementation with some personal additions, of the web application described in this amazing book: Zero To Production In Rust.

The application exposes the following routes until 20 July 2021 (when the DigitalOcean promo credit expires).

# the health check
curl https://newsletter-5nmom.ondigitalocean.app/health_check
# pending subscription
curl -vv -X POST https://newsletter-5nmom.ondigitalocean.app/subscriptions -d "name=alan%20turing&email=alan_turing%40apple.com"
# confirm subscription
curl -vv https://newsletter-5nmom.ondigitalocean.app/subscriptions/confirm?subscription_token=random-id-sent-by-email

About

Web application described in `Zero To Production In Rust` book

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published