LifeConnect is a medical emergency platform designed to connect patients, hospitals, and ambulances instantly. With one click, users can trigger SOS alerts, share their live location, and get rapid assistance.
- One-Tap SOS Alert – instantly notify hospitals, ambulances, and emergency contacts.
- Real-Time Location Tracking – share your exact location during emergencies.
- Hospital Dashboard – manage cases and allocate ambulances quickly.
- User Medical Profiles – store critical health information for faster response.
- Built for Speed and Reliability – using the MERN stack.
- Frontend: React.js (or Next.js if used)
- Backend: Node.js + Express.js
- Database: MongoDB
- Auth: JWT / OAuth (if applicable)
- Maps API: Google Maps API (or alternative)
# Clone repo
git clone https://github.com/ankitmrj/LifeConnect-Medical-Emergency-Help.git
cd LifeConnect-Medical-Emergency-Help
# Install dependencies
npm install
# Add environment variables in .env
PORT=5000
MONGO_URI=your_mongo_db_uri
JWT_SECRET=your_jwt_secret
MAPS_API_KEY=your_maps_api_key
# Run project
npm start