Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 339 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 339 Bytes

rust todo app

Rust todo app user rspc and supabase auth

Features

  • Login
  • Register
  • CRUD todo

Tech Stack

Frontend

  • Reactjs
  • rspc
  • Typescript
  • Tailwind css
  • Supabase auth

Backend

  • rspc
  • axum
  • sqlx

Devop

  • Shuttle rs

Usage

# Terminal One
cd web
yarn
yarn dev

# Terminal Two
cargo run