- Notification-System is just simple notification system, where users follow each other and get notified when a user they are following posts something.
- Version 1.0
- Node
- MongoDB
- Clone Repo.
- Run npm install
- Run bower install commands
- Run Index.js server will start on port 3000
- open any web browser and browser to localhost:3000.
- create multiple users so that they can follow each other.
- sigin to the system from two different user accounts and two diffrent browsers(because i have handled cookies perfectly on front end)
- follow any users.
- Post anything from users account you are following and check notification that u received in other user account in another browser.
- if the system is not working it will be the issue of the front end only
- mail me on [email protected]
- feel free to raise issue