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

https://github.com/svelterust/todo

Todo application written in Rust and SvelteKit
https://github.com/svelterust/todo

axum rust sqlx

Last synced: about 1 month ago
JSON representation

Todo application written in Rust and SvelteKit

Awesome Lists containing this project

README

        

# todo

Install `sqlx-cli` using `cargo install sqlx-cli`, then run following:

```
git clone https://github.com/knarkzel/todo
cd todo/
```

## backend

```
cd backend/
sqlx database setup
cargo run
```

## frontend

```
cd frontend/
npm install
npm run dev
```