Example Rust full-stack built with Leptos, Axum, and SQLx. 🧱
List, add, and delete users from a PostgreSQL database.
For SQLite see Leptos Full-Stack.
To build and run this project, you’ll need:
- Docker
- Docker Compose
Clone the repo:
git clone https://github.com/hexensemble/leptos-full-stack-postgresql.git
cd leptos-full-stack-postgresql
Run the app:
docker compose up --build
Then head to http://localhost:3000 in your browser.
Features:
- Full-Stack with Leptos
- Rust from front to back
- Axum REST API integration
- PostgreSQL database
- SQLx for database integration
- CORS configured
- Reactive user interface
- Simple form handling