Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.02 KB

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

Installation

  1. Clone the repo
git clone https://github.com/plantineers/client.git
  1. Build the project
cargo build
  1. Run the project
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:

cargo test