https://github.com/plantineers/client
The desktop application for monitoring and managing plants and users
https://github.com/plantineers/client
gui iced plotters-rs rust
Last synced: 10 months ago
JSON representation
The desktop application for monitoring and managing plants and users
- Host: GitHub
- URL: https://github.com/plantineers/client
- Owner: plantineers
- Created: 2023-04-03T15:06:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T10:16:31.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T06:29:25.671Z (12 months ago)
- Topics: gui, iced, plotters-rs, rust
- Language: Rust
- Homepage:
- Size: 1.13 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlantBuddy-Client
Plantbuddy is a desktop application for managing plants. It allows users to view and edit plant data, manage users, and customize settings. The application is built using the Rust programming language and the Iced GUI library.
## Getting Started
### Prerequisites
- [Rust](https://rustup.rs/)
### Installation
1. Clone the repo
```https
git clone https://github.com/plantineers/client.git
```
2. Build the project
```bash
cargo build
```
3. Run the project
```bash
cargo run
```
## Usage
Once you start the application, you can navigate through the application using the tab bar at the top/bottom (depending on your settings). Here are some things you can do:
* Home Page: Provides a brief overview of your plants
* Detail Page: Allows you to view detailed information about a particular plant
* Settings Page: Lets you customize application settings
* Login/Logout Page: Allows you to log in or out
* Management Page: Allows you to manage users (Admin only)
## Testing
To run the tests:
```bash
cargo test
```