- Notifications
You must be signed in to change notification settings - Fork14
joselo/rust-crud
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Basic CRUD (Create, Read, Update, Delete)Rust application withYew Framework that uses WebAssembly 😍.I'm still learning rust, so the app has some minor issues, but it general it works to show you an approach of Yew and Rust.
- Create, update and delete items
- Local Storage
- Validations
- Modal Window
- Confirm dialog
- Filters
- Pagination
You need toinstall Rust andTrunk then:
$ git clone https://github.com/joselo/rust-crud$cd rust-crud$ trunk serve
Then you can access the web server athttp://127.0.0.1:8080
.
- Jose Carrion -Initial work -Joselo
This project is licensed under the MIT License - see theLICENSE.md file for details