Like most of the women safety application, during an emergency the application will give SMS to the police and the dear ones. But at the time of an emergency, most nearest people are the strangers across the lane/area. With this idea WeSafe
application notifies to police, dear ones and also to the people near emergency.
- Send notification of nearby Emergency Situation
- Navigate to Safe Places
- Authentication by Google
- Live Emergency Tracking
- Nearby Emergencies
- ReactJS for Frontend Single Page Application
- Python for Backend
- MongoDB as NoSQL Database
- Vercel for Continuous Deployment and hosting
- Pusher for Notification using websocket
- Send SMS to saved contacts
- Trigger SOS button by shaking the phone
To save you from the complexity of running the code, you can find my application hosted at wesafe.vercel.app
- Clone the Github repo
- Install Dependency
npm install
oryarn
- Start Development Server
vercel dev
Sample environment variables can be found in example.env file.
Rename it to .env and mention your variables in it.