The Disaster Management System is a comprehensive platform aimed at monitoring, coordinating, and responding to both natural and man-made disasters. By leveraging real-time data, efficient resource management, and swift communication, this system ensures the safety and well-being of affected populations.
- 🌪️ Real-Time Disaster Tracking: Stay updated with live data on ongoing disasters and their impact.
- 🚑 Response Coordination: Deploy and manage response teams effectively with real-time tracking and analytics.
- 🔧 Resource Management: Efficiently allocate resources like medical supplies, shelters, and food to disaster zones.
- 📢 Communication Tools: Instant alerts, notifications, and a communication hub for affected communities and response teams.
- 📊 Data Insights: Generate actionable reports and insights to improve future disaster preparedness and response strategies.
- Frontend: [React.js | Vue.js | HTML, CSS, JavaScript]
- Backend: [Django | Flask | Node.js]
- Database: [PostgreSQL | MySQL | MongoDB]
- APIs: [Include relevant APIs like weather data, disaster monitoring, etc.]
Before you start, make sure you have the following installed:
- Python 3.x (if using Python backend)
- Node.js and npm (if using frontend technologies)
- [Any other required tools]
git clone https://github.com/ezhilezhil/Disaster-Management.git
Navigate to the backend folder and install the required Python packages:
cd backend
pip install -r requirements.txt
Navigate to the frontend folder and install the required npm packages:
cd frontend
npm install
For the backend:
python manage.py runserver
For the frontend:
npm start
Once you’ve set up the application, you can access the system:
- Backend: http://localhost:8000
- Frontend: http://localhost:3000
Explore features such as:
- Monitoring live disaster data
- Coordinating response efforts in real-time
- Managing resources and distributing them to affected areas
Your contributions are welcome! Whether it's fixing bugs, suggesting new features, or improving documentation, feel free to:
- Fork the repository
- Submit issues
- Open pull requests
Together, we can build a better disaster management system for the world.
This project is licensed under the MIT License.