This is the server-side application for the safety alert project.
- Clone the repo.
- Run
npm install
- Setup your local mongo db with the db name: safety-alert
- Modify the env file (See below)
When running on your localhost, modify the .env file like so:
DB_USER=opeo
DB_PASSWORD=root
DB_BASE=localhost/safety-alert
Send out push notification to all subscribed people on new entry.