leptos/examples/server_fns_axum
Joseph Cruz 65b7603192
fix(ci): address clippy issue (#2278)
* fix(ci): address clippy issue
* fix(ci): add missing nightly specifications
* fix(ci):  set all nightly references
* chore(ci): do not lint example crates
2024-02-09 16:30:11 -05:00
..
migrations working on server fn example 2024-01-19 14:16:58 -05:00
public working on server fn example 2024-01-19 14:16:58 -05:00
src Update rkyv example button text to accurately reflect what it does (#2250) 2024-02-01 16:49:29 -08:00
Cargo.toml examples: fix typos in examples (#2260) 2024-02-05 05:20:53 -05:00
LICENSE working on server fn example 2024-01-19 14:16:58 -05:00
Makefile.toml clean up for CI 2024-01-20 12:32:51 -05:00
README.md working on server fn example 2024-01-19 14:16:58 -05:00
rust-toolchain.toml fix(ci): address clippy issue (#2278) 2024-02-09 16:30:11 -05:00
style.css working on server fn example 2024-01-19 14:16:58 -05:00

Leptos 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.

Getting Started

See the Examples README for setup and run instructions.

E2E Testing

See the E2E README for more information about the testing strategy.

Rendering

See the SSR Notes for more information about Server Side Rendering.

Quick Start

Run cargo leptos watch to run this example.