Skip to content

enes-erenn/asocial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Realtime Chat Application

I roughly followed this course to create this app but I changed some parts according to my needs.

Getting Started

Make sure you have Node.js installed.

Clone

git clone https://github.com/enes-erenn/asocial.git

Install

cd client
npm install

&

cd server
npm install

Start

npm run dev for the client
npm start for the server

Dependencies

Frontend

  • React
  • React-router-dom
  • Next
  • Syled-components
  • Uuid
  • Socket.io-client
  • Typescript

Backend

  • Express
  • Bcrypt
  • Cors
  • Uuid
  • Mongoose
  • Socket.io

Features

  • Database Authentication (Register / Login with email)
  • Search for a contact
  • Send Message by realtime