Skip to content

ChatBox is a real-time chat app. It offers seamless private messaging, message history, file sharing, and customizable avatars. Ideal for instant communication, collaboration, and community building, ChatBox enhances customer support with its reliable and user-friendly interface.

Notifications You must be signed in to change notification settings

shivankushsingh09/ChatBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBox - Chat Application

ChatBox is chat application build with the power of MERN Stack.

Login Page

login page

Registration Page

Registration Page

Choose Avatar

Choose Avatar

User Dashboard

User Dashboard

Select Person

Select Person

User Chat

User Chat

Installation Guide

Requirements

Both should be installed and make sure mongodb is running.

Installation

First Method

git clone https://github.com/shivankushsingh09/ChatBox.git
cd ChatBox

Now rename env files from .env.example to .env

cd public
mv .env.example .env
cd ..
cd server
mv .env.example .env
cd ..

Now install the dependencies

cd server
yarn
cd ..
cd public
yarn

We are almost done, Now just start the development server.

For Frontend.

cd public
yarn start

For Backend.

Open another terminal in folder, Also make sure mongodb is running in background.

cd server
yarn start

Done! Now open localhost:3000 in your browser.

Second Method

  • This method requires docker and docker-compose to be installed in your system.
  • Make sure you are in the root of your project and run the following command.
docker compose build --no-cache

after the build is complete run the containers using the following command

docker compose up

now open localhost:3000 in your browser.

About

ChatBox is a real-time chat app. It offers seamless private messaging, message history, file sharing, and customizable avatars. Ideal for instant communication, collaboration, and community building, ChatBox enhances customer support with its reliable and user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published