{"id":32788137,"url":"https://github.com/rubaiyat07/grownet","last_synced_at":"2026-05-06T02:39:38.926Z","repository":{"id":306976151,"uuid":"1027794922","full_name":"rubaiyat07/grownet","owner":"rubaiyat07","description":"🌿 **GrowNet - Micro Investment Platform**   *A PHP-based crowdfunding platform connecting investors with small businesses through share-based investments and microloans. Features project listings, user portfolios, loan management, and secure transactions.*","archived":false,"fork":false,"pushed_at":"2025-07-28T18:23:25.000Z","size":11263,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-28T20:18:54.491Z","etag":null,"topics":["bootstrap4","crowdfunding","javascript","loan","micro-investment","multiuser","mysql","php","project","transaction"],"latest_commit_sha":null,"homepage":"https://grownet.rubyz.xyz/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubaiyat07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-28T14:43:00.000Z","updated_at":"2025-07-28T18:27:50.000Z","dependencies_parsed_at":"2025-07-28T20:29:05.396Z","dependency_job_id":null,"html_url":"https://github.com/rubaiyat07/grownet","commit_stats":null,"previous_names":["rubaiyat07/grownet"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rubaiyat07/grownet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubaiyat07%2Fgrownet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubaiyat07%2Fgrownet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubaiyat07%2Fgrownet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubaiyat07%2Fgrownet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubaiyat07","download_url":"https://codeload.github.com/rubaiyat07/grownet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubaiyat07%2Fgrownet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282776355,"owners_count":26725317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-05T02:00:05.946Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap4","crowdfunding","javascript","loan","micro-investment","multiuser","mysql","php","project","transaction"],"created_at":"2025-11-05T07:01:01.790Z","updated_at":"2025-11-05T07:01:34.992Z","avatar_url":"https://github.com/rubaiyat07.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌿 GrowNet - Micro Investment Platform\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![GitHub last commit](https://img.shields.io/github/last-commit/rubaiyat07/grownet)](https://github.com/rubaiyat07/grownet/commits/main)\n\n**Live Demo:** [grownet.rubyz.xyz](https://grownet.rubyz.xyz)\n\nGrowNet is a web-based micro-investment platform that connects investors with small businesses and startups through share-based crowdfunding and micro-loans.\n\n![GrowNet Dashboard Screenshot](assets/img/screenshot.png)\n\n## ✨ Features\n\n- **For Investors**:\n  - Browse vetted investment opportunities\n  - Invest in projects by purchasing shares\n  - Track investment portfolio performance\n  - Secure wallet system for funds\n\n- **For Entrepreneurs**:\n  - Create and list projects to raise capital\n  - Set share price and total shares available\n  - Apply for business loans\n  - Manage investor relations\n\n- **For All Users**:\n  - Secure authentication system\n  - Profile management with document upload\n  - Transaction history tracking\n\n\n## 🛠️ Technologies Used\n\n- **Frontend**: Bootstrap 4, JavaScript, jQuery, Chart.js\n- **Backend**: PHP, MySQL, PDO\n- **Database**: MariaDB/MySQL\n- **Hosting**: Apache/Nginx\n- **Other**: AJAX, Font Awesome, jQuery plugins\n\n## 📦 Database Schema\n\nKey tables:\n- `users` - User accounts and profiles\n- `projects` - Investment opportunities\n- `loans` - Loan applications\n- `share_orders` - Investment records\n- `balance_transactions` - Financial transactions\n\n## 🚀 Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/rubaiyat07/grownet.git\n   cd grownet\n\n## 📂 Project Structure\ngrownet/\n\n├── assets/            # Static assets (CSS, JS, images)\n\n├── config/            # Configuration files\n\n├── admin/             # Admin panel (not included in this repo)\n\n├── includes/          # Reusable components\n\n├── pages/             # Main application pages\n\n├── index.php          # Main entry point\n\n└── README.md          # This file\n\n🤝 Contributing\nContributions are welcome! Please follow these steps:\n\nFork the project\n\nCreate your feature branch (git checkout -b feature/AmazingFeature)\n\nCommit your changes (git commit -m 'Add some AmazingFeature')\n\nPush to the branch (git push origin feature/AmazingFeature)\n\nOpen a Pull Request\n\n\n## 📜 License  \nThis project is licensed under the [MIT License](LICENSE).  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubaiyat07%2Fgrownet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubaiyat07%2Fgrownet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubaiyat07%2Fgrownet/lists"}