Update README

This commit is contained in:
Alphonse Paix
2025-09-17 14:34:19 +02:00

View File

@@ -1,6 +1,6 @@
# zero2prod # zero2prod
## Commands ## Packages
``` ```
sudo apt install postgresql-client sudo apt install postgresql-client
@@ -9,9 +9,14 @@ sudo apt install libssl-dev
cargo install sqlx-cli --no-default-features --features rustls,postgres cargo install sqlx-cli --no-default-features --features rustls,postgres
``` ```
## TODO ## Documentation
- Register form on homepage - [axum](https://docs.rs/axum/latest/axum/) + [examples](https://github.com/tokio-rs/axum/tree/main/examples)
- Success message displayed to new subscriber who confirmed his account - [Tailwind CSS](https://tailwindcss.com)
- Worker to remove idempotency key from database - [htmx](https://htmx.org)
- List of subscribers (confirmed and unconfirmed) on admin dashboard - [Rust](https://rust-lang.org)
## Repositories
- [Book repository](https://github.com/LukeMathWalker/zero-to-production)
- [Gitea](https://gitea.alphonsepaix.xyz/alphonse/zero2prod.git)