Skip to content

OpeOnikute/safety-alert-api

Repository files navigation

Safety Alert API

This is the server-side application for the safety alert project.

How to run

  • Clone the repo.
  • Run npm install
  • Setup your local mongo db with the db name: safety-alert
  • Modify the env file (See below)

Env File

When running on your localhost, modify the .env file like so:

DB_USER=opeo
DB_PASSWORD=root
DB_BASE=localhost/safety-alert

TODO

Send out push notification to all subscribed people on new entry.

About

Server side for safety alert application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published