Go to file
Ryan Levick 19a11057ce
Merge pull request #3 from karthik2804/fix/ui_state_across_refresh
fix checkbox state across refresh
2023-07-21 18:46:08 +02:00
src Update to latest version of spin 2023-05-17 15:18:14 +02:00
static fix checkbox state across refresh 2023-07-21 09:39:56 -07:00
.gitignore Add basic todo api 2023-04-16 14:50:31 +02:00
Cargo.lock Update SDK 2023-07-19 13:54:22 +02:00
Cargo.toml Update SDK 2023-07-19 13:54:22 +02:00
README.md Add readme 2023-05-12 12:20:47 +02:00
migration.sql Add migration file 2023-05-12 12:19:18 +02:00
spin.toml add fermyon colors and favicon 2023-07-20 11:52:40 -07:00

README.md

Todo App

Running

In order to run the app, make sure you have spin installed. Then run

spin build -u --sqlite="@migration.sql"