Growfi - Ready Package

DB Host: localhost
DB Name: growfi_db
DB User: root
DB Pass: (empty)

Seeded accounts:
- Admin: user_id=ADMIN001, password=Admin@123
- Sponsor: user_id=SPONSOR01, password=Sponsor@123

Steps:
1. Import `sql/growfi.sql` into MySQL (phpMyAdmin or CLI).
2. Copy `public/`, `api/`, and `admin/` into your web root (e.g., htdocs/growfi/).
3. Start Apache + MySQL, open `http://localhost/growfi/public/index.php`.

Note: If the sponsor hash placeholder doesn't match your server, you can change the password via SQL or run PHP's password_hash.
