Live Demo: 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.
-
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
- Frontend: Bootstrap 4, JavaScript, jQuery, Chart.js
- Backend: PHP, MySQL, PDO
- Database: MariaDB/MySQL
- Hosting: Apache/Nginx
- Other: AJAX, Font Awesome, jQuery plugins
Key tables:
users
- User accounts and profilesprojects
- Investment opportunitiesloans
- Loan applicationsshare_orders
- Investment recordsbalance_transactions
- Financial transactions
- Clone the repository:
git clone https://github.com/rubaiyat07/grownet.git cd grownet
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
This project is licensed under the MIT License.