Skip to content

joselo/rust-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust CRUD

Screenshot

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.

Current Features

  • Create, update and delete items
  • Local Storage
  • Validations
  • Modal Window

Future Features

  • Confirm dialog
  • Filters
  • Pagination

Getting Started

You need to install Rust and Trunk then:

$ git clone https://github.com/joselo/rust-crud
$ cd rust-crud
$ trunk serve

Then you can access the web server at http://127.0.0.1:8080.

Authors

  • Jose Carrion - Initial work - Joselo

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published