Skip to content

Real-Time Chat application build using Socket.IO, MongoDb, Redis and React

License

Notifications You must be signed in to change notification settings

ashez2000/chitchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chitchat

Real-Time Chat application build using Socket.IO, MongoDb, Redis and React

Features

  • User authentication
  • Real-Time private messaging

Run locally

# setup .env
$ cp ./server/.env.example ./server.env
$ cp ./client/.env.example ./client/.env.local

# install deps
$ npm install

# runs both client and server using concurrently
$ npm run dev

About

Real-Time Chat application build using Socket.IO, MongoDb, Redis and React

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published