- Main Goal
- Whenever someone is in panic condition he/she can immediately ask for help to near by police-station and also contacting family members by only one tap in app and with more additional features
- Node.js
- Express.js
- MongoDB
- React Native
- UI and API common
- Authentication
- adding close friends
- user profile manage
- sending alert to friends
- notifications on alert to relatives, on seen alert, on adding as relative when relative join,
- send alerts doesn't require to be loggedIn
- Police side Auth- More UI stuff less API
- Getting user location and showing in map
- settings screen
- recent alerts screen
- shake to send alerts
- showing area detail in map
- graph of particular location/month
- offline activity
- awesome loader
- crime history-
Install Node.js and mongoDB
-
Follow below .env structure
$ git clone https://github.com/MananDesai54/Crime-alert-app.git
$ cd Crime-alert-app
$ npm install
$ npm start-
Install Node.js and expo-cli
$ git clone https://github.com/MananDesai54/Crime-alert-app.git
$ cd Crime-alert-app
$ cd app
$ npm install
$ npm startNODE_ENV = development;
DB_URI = xxxxxxxxxx;
DB_PASSWORD = xxxxxxxxxx;
JWT_SECRET = xxxxx;
EMAIL_ID = xxxxx;
EMAIL_PASSWORD = xxxxxxx;
EXPO_ACCESS_TOKEN = xxxxxxxxx;- Create issue for updates, bugs or improvements
- Feel free to clone, add features and make pull requests