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
- Host: GitHub
- URL: https://github.com/svelterust/todo
- Owner: svelterust
- Created: 2023-07-25T11:53:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T14:57:44.000Z (almost 2 years ago)
- Last Synced: 2025-05-05T17:31:48.301Z (about 1 month ago)
- Topics: axum, rust, sqlx
- Language: Rust
- Homepage:
- Size: 95.7 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```