HelpNet is a modern full-stack community support and donation platform developed using Flask, Socket.IO, and SQLite. The platform is designed to bridge the gap between donors, NGOs, and individuals in need through a seamless, real-time, and interactive digital experience.
Built with a focus on accessibility, communication, and community engagement, HelpNet enables users to create requests, manage donations, communicate instantly, and track activities through dynamic dashboards.
- Secure user registration and login
- Role-based access for Donors and NGOs
- Session management using Flask
- Live messaging system powered by Flask-SocketIO
- Instant notifications and updates
- Dynamic chat interface for user interaction
- Create and manage donations
- Request essential items from NGOs
- Track donation and fulfillment status
- Personalized dashboards for users
- Real-time activity tracking
- Request and donation analytics
- Upload donation-related images
- Organized media handling using Flask uploads
- Responsive frontend design
- Glassmorphism-inspired UI
- Interactive cards and smooth user experience
- Python
- Flask
- Flask-SocketIO
- SQLite
- HTML5
- CSS3
- Jinja2 Templates
- Git
- GitHub
- Render
HelpNet/
│
├── app.py
├── requirements.txt
├── database.db
│
├── static/
│ ├── dashboard.css
│ ├── style.css
│ ├── uploads/
│ └── images/
│
├── templates/
│ ├── base.html
│ ├── dashboard.html
│ ├── login.html
│ ├── register.html
│ ├── donate.html
│ ├── create_request.html
│ ├── view_requests.html
│ ├── view_donations.html
│ └── chat_full.html
│
└── README.mdgit clone https://github.com/db036703-eng/HelpNet.git
cd HelpNetpython -m venv venvvenv\Scripts\activatesource venv/bin/activatepip install -r requirements.txtpython app.py🔗 https://helpnet-gwx3.onrender.com
- AI-powered support recommendations
- Email verification system
- Secure password hashing
- Admin management dashboard
- Payment gateway integration
- Cloud database migration
- Mobile responsive enhancements
- Advanced analytics dashboard
B.E Computer Science Engineering (Cyber Security) First Year Student
🔗 GitHub: https://github.com/db036703-eng
This project is created for educational, learning, and portfolio purposes.