https://github.com/rubaiyat07/grownet
🌿 **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.*
https://github.com/rubaiyat07/grownet
bootstrap4 crowdfunding javascript loan micro-investment multiuser mysql php project transaction
Last synced: about 2 months ago
JSON representation
🌿 **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.*
- Host: GitHub
- URL: https://github.com/rubaiyat07/grownet
- Owner: rubaiyat07
- License: other
- Created: 2025-07-28T14:43:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T18:23:25.000Z (11 months ago)
- Last Synced: 2025-07-28T20:18:54.491Z (11 months ago)
- Topics: bootstrap4, crowdfunding, javascript, loan, micro-investment, multiuser, mysql, php, project, transaction
- Language: PHP
- Homepage: https://grownet.rubyz.xyz/
- Size: 10.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌿 GrowNet - Micro Investment Platform
[](https://opensource.org/licenses/MIT)
[](https://github.com/rubaiyat07/grownet/commits/main)
**Live Demo:** [grownet.rubyz.xyz](https://grownet.rubyz.xyz)
GrowNet is a web-based micro-investment platform that connects investors with small businesses and startups through share-based crowdfunding and micro-loans.

## ✨ Features
- **For Investors**:
- Browse vetted investment opportunities
- Invest in projects by purchasing shares
- Track investment portfolio performance
- Secure wallet system for funds
- **For Entrepreneurs**:
- Create and list projects to raise capital
- Set share price and total shares available
- Apply for business loans
- Manage investor relations
- **For All Users**:
- Secure authentication system
- Profile management with document upload
- Transaction history tracking
## 🛠️ Technologies Used
- **Frontend**: Bootstrap 4, JavaScript, jQuery, Chart.js
- **Backend**: PHP, MySQL, PDO
- **Database**: MariaDB/MySQL
- **Hosting**: Apache/Nginx
- **Other**: AJAX, Font Awesome, jQuery plugins
## 📦 Database Schema
Key tables:
- `users` - User accounts and profiles
- `projects` - Investment opportunities
- `loans` - Loan applications
- `share_orders` - Investment records
- `balance_transactions` - Financial transactions
## 🚀 Installation
1. Clone the repository:
```bash
git clone https://github.com/rubaiyat07/grownet.git
cd grownet
## 📂 Project Structure
grownet/
├── assets/ # Static assets (CSS, JS, images)
├── config/ # Configuration files
├── admin/ # Admin panel (not included in this repo)
├── includes/ # Reusable components
├── pages/ # Main application pages
├── index.php # Main entry point
└── README.md # This file
🤝 Contributing
Contributions are welcome! Please follow these steps:
Fork the project
Create your feature branch (git checkout -b feature/AmazingFeature)
Commit your changes (git commit -m 'Add some AmazingFeature')
Push to the branch (git push origin feature/AmazingFeature)
Open a Pull Request
## 📜 License
This project is licensed under the [MIT License](LICENSE).