mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
.. | ||
migrations | ||
public | ||
src | ||
.env | ||
Cargo.toml | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
Makefile.toml | ||
README.md | ||
rust-toolchain.toml | ||
style.css | ||
Todos.db |
Leptos Authenticated Todo App Sqlite with Axum
This example creates a basic todo app with an Axum backend that uses Leptos' server functions to call sqlx from the client and seamlessly run it on the server. It lets you login, signup, and submit todos as different users, or a guest.
Getting Started
See the Examples README for setup and run instructions.
Quick Start
Run cargo leptos watch
to run this example.