enes-erenn / asocial

Realtime Chat Application

Home Page:https://asocial.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Realtime Chat Application

https://asocial.vercel.app


Languages

Language:TypeScript 77.2%Language:JavaScript 17.5%Language:CSS 5.3%