Real-Time Chat app built using React, Express, Socket.io, Mongodb, Node.Js
Features:
- User Account Creation/Login
- Guest Login
- Real-time chat using socket.io
- Tokens for API calls to backend
- Cookies for saved session on browser refresh
- Multiple custom channels
- Private Messaging other users
git clone https://github.com/TimothyIp/rr_challenge.git .
npm install
cd server (server has own dependencies)
npm install
cd ..
npm start
Go to http://localhost:8080/