Skip to content

Todo application written in Rust and SvelteKit

Notifications You must be signed in to change notification settings

svelterust/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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