24 lines
618 B
Markdown
24 lines
618 B
Markdown
# zero2prod
|
|
|
|
## Packages
|
|
|
|
```
|
|
sudo apt install postgresql-client
|
|
sudo apt install pkg-config
|
|
sudo apt install libssl-dev
|
|
cargo install sqlx-cli --no-default-features --features rustls,postgres
|
|
```
|
|
|
|
## Documentation
|
|
|
|
- [axum](https://docs.rs/axum/latest/axum/) + [examples](https://github.com/tokio-rs/axum/tree/main/examples)
|
|
- [Tailwind CSS](tailwindcss.com)
|
|
- [htmx](htmx.org)
|
|
- [Rust](rust-lang.org)
|
|
|
|
## Repositories
|
|
|
|
- [Book repository](https://github.com/LukeMathWalker/zero-to-production)
|
|
- [Gitea](https://gitea.alphonsepaix.xyz/alphonse/zero2prod.git)
|
|
- [GitHub](https://github.com/alphonsepaix/zero2prod.git)
|