The heroku link for the project is https://whatapp-web.herokuapp.com/
- Clone this repo
- Run
npm i
- Run
npm run dev
- Open
http://localhost:3000
in your browser
User | Password |
---|---|
admin | admin |
user | password |
Terry | terry |
Peter | peter |
Sam | sam |
Date is stored in Mlab.
Note: Since i used cookies to handle login, you need to open browser windows in incognito mode to login with two users to test the chat functionality.