A simple and lightweight to-do list application built with Axum, Askama, and HTMX.
- 🚀 Fast and efficient with Axum
- 🪺 Using Diesel + sqlite for the database
- 🎨 Server-side rendering using Askama
- ⚡ Dynamic interactions powered by HTMX
git clone https://github.com/yourusername/listem.git
cd listem
cargo build
echo DATABASE_URL=./database/listem.db > .env
Run the server:
cargo run
Then visit http://localhost:4444 in your browser.
Pull requests are welcome! Feel free to open an issue to suggest improvements.
Let me know if you want any tweaks! 🚀