Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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