https://github.com/hexensemble/leptos-full-stack
Example Rust full-stack built with Leptos, Axum, and SQLx. 🧱
https://github.com/hexensemble/leptos-full-stack
axum backend database frontend full-stack leptos rust server sqlite sqlx
Last synced: about 2 months ago
JSON representation
Example Rust full-stack built with Leptos, Axum, and SQLx. 🧱
- Host: GitHub
- URL: https://github.com/hexensemble/leptos-full-stack
- Owner: hexensemble
- License: apache-2.0
- Created: 2025-03-31T09:08:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T20:56:23.000Z (about 1 year ago)
- Last Synced: 2025-04-13T21:31:09.529Z (about 1 year ago)
- Topics: axum, backend, database, frontend, full-stack, leptos, rust, server, sqlite, sqlx
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leptos Full Stack
Example Rust full-stack built with Leptos, Axum, and SQLx. 🧱
List, add, and delete users from an SQLite database.
For PostgreSQL see [Leptos Full Stack (PostgreSQL Version)](https://github.com/hexensemble/leptos-full-stack-postgresql).

**Download:** https://github.com/hexensemble/leptos-full-stack/releases
Pre-compiled for Linux.
Run the server binary `./leptos-full-stack` then head to 127.0.0.1:3000 in your browser.
**Features:**
- Full-Stack with Leptos
- Rust from front to back
- Axum REST API integration
- SQLite database
- SQLx for database integration
- CORS configured
- Reactive user interface
- Simple form handling