A real-time disaster response coordination platform that helps connect resources with those in need during emergencies. This open-source project aims to provide a robust solution for disaster management teams worldwide.
- 🌍 Real-time incident tracking with interactive map visualization
- 📊 Resource allocation and tracking system
- 💬 Communication system for coordinators
- ✅ Task management for response teams
- 📱 Responsive desktop interface
- 🔒 Secure authentication system
- 📊 Data visualization and reporting
- Backend: Python 3.11
- Database: MongoDB
- UI Framework: PyQt5
- Maps: Interactive mapping library
- Authentication: JWT-based auth
- Reporting: ReportLab, Matplotlib
- Python 3.11 or higher
- MongoDB
- Git
- Clone and setup:
git clone https://github.com/Razee4315/DisasterConnect.git
cd DisasterConnect
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
- Configure environment:
cp .env.example .env
# Edit .env with your configuration
- Run the application:
python src/main.py
- User Guide - Detailed application usage
- API Documentation - API endpoints and usage
- Contributing Guidelines - How to contribute
- Code of Conduct - Community guidelines
- Security Policy - Security and vulnerability reporting
- Changelog - Version history and changes
We believe in the power of community collaboration! Whether you're fixing bugs, adding features, or improving documentation, your contributions are welcome.
- Fork the repository
- 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
See CONTRIBUTING.md for detailed guidelines.
We take security seriously. If you discover any security-related issues, please follow our Security Policy.
Here are some snapshots of our DisasterConnect interface:
These screenshots showcase various interfaces of our disaster response coordination platform.
- 📫 Contact: saqlainrazee@gmail.com
- 🐛 Report bugs
- 💡 Request features
- 👥 Discussions
This project is licensed under the MIT License - see the LICENSE file for details.
- Saqlain Razee - Razee4315
⭐ Star this repository if you find it helpful!