An open API service indexing awesome lists of open source software.

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

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
```