NotifyMe is an HTTP Notification system
- Laravel
- Redis
- Node
- Socket.io
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- php
laravel dependency packages
composer install
Node
npm install
Start up the NotifyMe Laravel server using:
php artisan serve
it runs on localhost:8000
if port 8000
is available
Start up Node Socket server by:
node server.js
Runs on port 9000
Thank you for considering contributing to this project. Folk or clone project and make a PR, i would be happy to review and merge :(
NotifyMe is open-sourced software licensed under the MIT license.