Skip to content

Basic CRUD Rust application using Yew

Notifications You must be signed in to change notification settings

cellarpub/rust-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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 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.

Authors

  • Jose Carrion - Initial work - Joselo

License

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

About

Basic CRUD Rust application using Yew

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.1%
  • HTML 3.9%