Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.
/ rr_challenge Public archive

Real Time Chat Application using React, Express, Socket.io, Node.js, MongoDB

License

Notifications You must be signed in to change notification settings

TimothyIp/rr_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rr_challenge

alt tag

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

Installing

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/

About

Real Time Chat Application using React, Express, Socket.io, Node.js, MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published