You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone the repo
git clone https://github.com/vanshrana2k5/sahaay-citizen.git
cd sahaay-citizen
# Install dependencies
npm install
# Create environment fileecho"VITE_API_URL=http://localhost:8000"> .env
# Start development server
npm run dev
Citizen fills form (name, people count, message)
↓
Holds SOS button for 3 seconds
↓
App captures GPS coordinates
↓
SOS sent to backend → stored in PostgreSQL
↓
Admin dashboard shows SOS in real-time via WebSocket
↓
GPS location updates every 10 seconds
↓
Rescue team assigned → dispatched to location
👨💻 Team
Name
Role
Vansh Rana
Full Stack Developer
Mansi
Full Stack Developer
📄 License
This project is built for educational and humanitarian purposes.
Built with ❤️ to help citizens during emergencies
⭐ Star this repo if you find it useful!
About
Citizen-facing emergency app for the SAHAAY disaster management system — send SOS with GPS tracking, view AI-powered disaster risk predictions, receive real-time alerts, and find nearby shelters. Built with React, Vite & FastAPI.