Basic CRUD (Create, Read, Update, Delete) Rust application with Yew 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 to install Rust and cargo-web then:
$ git clone https://github.com/joselo/rust-crud
$ cd rust-crud
$ cargo web start --auto-reload
Then you can access the web server at http://127.0.0.1:8000
.
- Jose Carrion - Initial work - Joselo
This project is licensed under the MIT License - see the LICENSE.md file for details