Sample CRUD App A tiny full-stack Rust app with SQLite, Axum, Askama, HTMX, and TailwindCSS. Setup Ensure Rust and SQLite are installed. Clone the repo and navigate to the directory. Run migrations and start the app: cargo build cargo run