A production-ready full-stack CRUD application with a Rust backend and React frontend.
┌─────────────────┐ ┌─────────────────┐
│ React Frontend│ │ Rust Backend │
│ (Vite + TS) │◄─────►│ (Axum + SQLx) │
└─────────────────┘ HTTP └────────┬────────┘
│
┌──────▼───────┐
│ PostgreSQL │
│ (Supabase) │
└──────────────┘
| Layer | Technology |
|---|---|
| Backend | Rust (Axum, SQLx, Tokio) |
| Frontend | React + TypeScript (Vite) |
| Database | PostgreSQL (Supabase hosted) |
| Auth | JWT + Supabase Auth |
| Styling | Tailwind CSS |
| API | REST + OpenAPI spec |
See the GitHub issues for the step-by-step build plan.
MIT