Skip to content

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. MERN Stack Application.

Notifications You must be signed in to change notification settings

mustafahincal/talky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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. MERN Stack Application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published