https://github.com/roseneezar/rust-todo
rust todo app with rspc and supabase auth
https://github.com/roseneezar/rust-todo
axum reactjs rspc rust sqlx supabase-auth
Last synced: 2 months ago
JSON representation
rust todo app with rspc and supabase auth
- Host: GitHub
- URL: https://github.com/roseneezar/rust-todo
- Owner: RoseNeezar
- Created: 2023-12-13T13:51:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T15:03:15.000Z (about 1 year ago)
- Last Synced: 2025-02-13T08:13:40.034Z (4 months ago)
- Topics: axum, reactjs, rspc, rust, sqlx, supabase-auth
- Language: Rust
- Homepage: https://rust-todo.vercel.app
- Size: 169 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
# Terminal One
cd web
yarn
yarn dev# Terminal Two
cargo run
```