SIH 2025
The Disaster Management System is a web-based platform designed to assist people during natural calamities by:
- Guiding them safely to the nearest relief camps.
- Providing real-time updates on food, water, and medical supplies.
- Mapping the shortest and safest route to camps.
- Allowing authorities to update camp status and resource availability.
This project aims to reduce chaos, improve response efficiency, and save lives during disasters.
- π User Location Tracking: Detects userβs location and maps it to nearest relief camps.
- ποΈ Relief Camp Management: Displays up to 3 relief camps with live status updates.
- πΊοΈ Safe Route Mapping: Suggests shortest + safest route using integrated maps.
- π Resource Dashboard: Shows availability of food, water, medicine, and shelters.
- π Live Updates: Authorities can push updates for better coordination.
- βοΈ Dockerized Deployment: Ensures scalability and reliability.
Frontend: React.js / HTML / CSS / JavaScript
Backend: Node.js + Express.js
Database: MongoDB (NoSQL)
Server: Docker containerized deployment
- Users open the website β share their location.
- Backend fetches nearest relief camp details from MongoDB.
- Algorithm computes shortest & safest route.
- Frontend displays live route map + camp status.
- Relief camp admins update food, water, medical supply info in real-time.