Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 560 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 560 Bytes

Node.js server to send push notification to Android and iOS devices using Firebase Cloud Messaging and store response in MongoDB

Click Here to watch demonstration video.

screenshot

screenshot

Project Setup

# install your dependencies
npm install

# create .env from .env.example and enter your credentials

# serve app
npm start