Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Example Rust full-stack built with Leptos, Axum, and SQLx. 🧱 (PostgreSQL version)

License

Notifications You must be signed in to change notification settings

hexensemble/leptos-full-stack-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leptos Full Stack (PostgreSQL Version)

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.


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