Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 351 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 351 Bytes

torii-example-todos

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

Running the example

cargo run

Running the migrations

cargo run -- --db-url sqlite://todos.db