https://github.com/mario-so/zero2prod
Going through the Zero 2 Production in rust book
https://github.com/mario-so/zero2prod
newsletter rust rust-lang zero2prod
Last synced: about 2 months ago
JSON representation
Going through the Zero 2 Production in rust book
- Host: GitHub
- URL: https://github.com/mario-so/zero2prod
- Owner: Mario-SO
- Created: 2024-05-04T09:23:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T16:44:55.000Z (about 1 year ago)
- Last Synced: 2025-02-06T12:19:46.445Z (4 months ago)
- Topics: newsletter, rust, rust-lang, zero2prod
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zero 2 Prod in Rust 🦀
## User stories
```plaintext
As a blog visitor,
I want to subscribe to the newsletter,
So that I can receive email updates when new content is published on the blog;
``````plaintext
As the blog author,
I want to send an email to all my subscribers,
So that I can notify when new content is published
```