Skip to content

RAY-EZ/ChatApp

Repository files navigation

Real Time Chat Application

try live here

username: luffy
password: test

luffy's crew
username: zoro
password: 1234

Using Node, Socket.io, and React

Required

  1. MongoDB 5.x
  2. Redis
  3. Node ^14.x

Upcoming Updates

  • Writing Tests for
    • Sockets
    • Api
  • Planned / working
    • Member access control
    • Enhancing group info updates
  • Will be working
    • Request to join for protected routes
    • Hiding groups marked hidden from listing in search
    • loading animation and little smooth transition

Running

MongoDB and Redis running on default ports. To start application in development mode

cd apps/client
npm start

open new window and this time cd into server

cd apps/server
npm start

Sample Images

Home View - sample_image/home page.png

Chat View - sample_image/sample chat.png