Server for React Native Push Notification

Installation

Server requires Node.js v14+ to run.

git clone https://github.com/8berestov8/ServerRNPushNotification.git

Install the dependencies and devDependencies and start the server.

cd ServerRNPushNotification
npm install

For development environments...

npm run dev

For production environments...

npm run start

For admin panel go to

http://localhost:4000/api

MIT

Free Software, Anton Berestov!