Skip to content

The-AgenticFlow/rust-react-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Rust + React CRUD Application

A production-ready full-stack CRUD application with a Rust backend and React frontend.

Architecture

┌─────────────────┐       ┌─────────────────┐
│   React Frontend│       │  Rust Backend   │
│   (Vite + TS)   │◄─────►│  (Axum + SQLx)  │
└─────────────────┘ HTTP  └────────┬────────┘
                                   │
                            ┌──────▼───────┐
                            │   PostgreSQL  │
                            │   (Supabase)  │
                            └──────────────┘

Tech Stack

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

Getting Started

See the GitHub issues for the step-by-step build plan.

License

MIT

About

A production-ready CRUD application built with Rust backend and React frontend, featuring well-documented database schemas and clean UI

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors