Skip to content

Latest commit

 

History

History
91 lines (58 loc) · 1.2 KB

README.md

File metadata and controls

91 lines (58 loc) · 1.2 KB

Talky

Talky is a Full Stack Chatting App.
Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.

Technologies and techniques used in the project

Frontend

  • React
  • React-Bootstrap
  • Socket.io-Client
  • Axios
  • Context API

Backend

  • Node JS
  • Express JS
  • Socket.io
  • Mongoose

Database

  • Mongo DB

Run Locally

Clone the project

  git clone https://github.com/mustafahincal/chat-app.git

Go to the project directory

  cd talky

Install dependencies

  cd client/
  yarn install or npm install
  cd server/
  yarn install or npm install

Start the server

  cd server/
  yarn start or npm start

Start the Client

  cd client/
  yarn start or npm start

Features

Authenticaton

One to One chat

Real Time Chatting with Typing indicators

Search Users

Made By

Mustafa Hıncal