Skip to content

version1.3

Latest

Choose a tag to compare

@YasasPasinduFernando YasasPasinduFernando released this 01 Feb 12:26

🌿 GreenLife Organic Store – Desktop Application

Version: 1.3
Features: added Discount features too.
Author: Yasas Pasindu Fernando


πŸ“¦ Download & Run Instructions

Follow these steps to run the application correctly:

1️⃣ Download

  • Download the ZIP file from the GitHub Releases section.

2️⃣ Extract

  • Right-click the ZIP file
  • Click Extract All
  • Choose a folder and extract

3️⃣ Run the Application

  • Open the extracted folder
  • Double-click GreenLifeOrganic.exe

If Windows shows a security warning:

  • Click More info
  • Click Run anyway

⚠ Important Notes

  • Do not delete any files inside the folder.

  • Keep the Database and Images folders together with the EXE file.

  • If the app does not open:

    • Right-click the EXE β†’ Properties
    • Check Unblock β†’ Click Apply
    • Then run again

πŸ’» System Requirements

  • Windows 10 or later (64-bit)
  • No need to install .NET separately (self-contained build)

πŸ“Œ About

GreenLife Organic Store is a desktop management system for handling customer logins and store operations.

Built With

  • .NET 8 Windows Forms
  • SQLite Database

πŸ—„ Optional: MySQL Database Setup (For Developers)

If you want to use MySQL instead of SQLite:

  1. Clone the repository:

    git clone https://github.com/your-username/greenlife-organic-store.git
    
  2. Direct Exe Download

    https://drive.google.com/drive/folders/1z57JX-LEv5VVXct0lQqeniai2r6QSBSO

  3. Open the project in Visual Studio

  4. Create a MySQL database and import the provided SQL script.

  5. Update the connection string in the configuration file:

    server=localhost;port=3306;user=root;password=yourpassword;database=greenlife;
    
  6. Build and run the project.

πŸ‘‰ Refer to the repository README.md for full setup instructions.


πŸ‘¨β€πŸ’» Developer

Yasas Pasindu Fernando
Software Develop

Full Changelog: 1.2...1.3