This is a simple example of how to use torii to build a todo list application using:
- SQLite for storage
- Axum for the web server with HTMX and Askama for templating
- Email/Password authentication
cargo run
cargo run -- --db-url sqlite://todos.db
This is a simple example of how to use torii to build a todo list application using:
cargo run
cargo run -- --db-url sqlite://todos.db