Skip to content

The chat app enables real-time communication between users. It uses Express.js for the server, React.js for the user interface, and MongoDB for data storage. Users can send and receive messages and view chat histories. The app provides a smooth and fast communication platform.

Notifications You must be signed in to change notification settings

ubejdullah/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application | Chatify

Overview

This is a real-time chat application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). The application supports real-time messaging with emoji support, enhancing the chat experience.

Features

  • Real-time Messaging: Instant updates across all clients.
  • Emoji Support: Use emojis to express yourself better.
  • User Authentication: Secure login and registration system.
  • User Profiles: Customize your profile with personal information.

Technologies

  • Frontend: React.js
  • Backend: Express.js, Node.js
  • Database: MongoDB
  • Real-time Communication: Socket.io
  • Containerization: Docker, Docker Compose

Installation and Usage

Installation

First Method

  1. Clone the repository:

    git clone https://github.com/koolkishan/chat-app-react-nodejs
    cd chat-app
  2. Install the dependencies:

    cd server
    yarn
    cd ..
    cd public
    yarn
  3. Start the development server.

    For Frontend:

    cd public
    yarn start

    For Backend (Open another terminal in the folder, and ensure MongoDB is running in the background):

    cd server
    yarn start
  4. Done! Now open localhost:3000 in your browser.

Second Method

  • This method requires Docker and Docker Compose to be installed on 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:
    docker compose up
  • Now open localhost:3000 in your browser.

About

The chat app enables real-time communication between users. It uses Express.js for the server, React.js for the user interface, and MongoDB for data storage. Users can send and receive messages and view chat histories. The app provides a smooth and fast communication platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published