https://github.com/konjoinfinity/rust-crud
rust crud
https://github.com/konjoinfinity/rust-crud
Last synced: 3 months ago
JSON representation
rust crud
- Host: GitHub
- URL: https://github.com/konjoinfinity/rust-crud
- Owner: konjoinfinity
- Created: 2022-11-22T21:50:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T21:54:00.000Z (over 2 years ago)
- Last Synced: 2025-01-11T18:47:29.436Z (5 months ago)
- Language: Rust
- Size: 992 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust CRUD

Basic CRUD (Create, Read, Update, Delete) [Rust] application with [Yew Framework] that uses WebAssembly.
[Rust]: https://www.rust-lang.org
[Yew Framework]: https://github.com/yewstack/yew## 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:
```bash
$ 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`.
[install Rust]: https://www.rust-lang.org/tools/install
[Trunk]: https://github.com/thedodd/trunk## Authors
* **Jose Carrion** - *Initial work* - [Joselo](https://github.com/joselo)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details