Skip to content
/ listem Public

A simple and lightweight to-do list application built with Axum, Askama, and HTMX.

Notifications You must be signed in to change notification settings

dfayd0/listem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Listem

A simple and lightweight to-do list application built with Axum, Askama, and HTMX.

Features

  • 🚀 Fast and efficient with Axum
    • 🪺 Using Diesel + sqlite for the database
  • 🎨 Server-side rendering using Askama
  • ⚡ Dynamic interactions powered by HTMX

Installation

git clone https://github.com/yourusername/listem.git
cd listem
cargo build

echo DATABASE_URL=./database/listem.db > .env

Usage

Run the server:

cargo run

Then visit http://localhost:4444 in your browser.

Contributing

Pull requests are welcome! Feel free to open an issue to suggest improvements.

Let me know if you want any tweaks! 🚀

About

A simple and lightweight to-do list application built with Axum, Askama, and HTMX.

Topics

Resources

Stars

Watchers

Forks