Skip to content

emreaknci/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

This application is a messaging application inspired by WhatsApp. It supports individual, group and broadcast messaging.

Tech Stack

Client: React, Material UI

Server: Node, Express

Database: Mongo

Environment Variables

Firstly you need to have a mongodb URI. After this, you must change the URI in the .env file in the server app.

MONGO_URI

Installation

The server application runs on port 5000 and the socket runs on port 5001. The client application runs on port 5173. If you want, you can change the ports as you wish.

  git clone https://github.com/emreaknci/ChatApp.git

For Client App;

  cd client
  npm install 
  npm start

For Server App;

  cd server
  npm install 
  npm start

Some Screenshots

Login Register
Chats Private Chat
Create Group Chat Group Chat

Authors