Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 898 Bytes

README.md

File metadata and controls

62 lines (44 loc) · 898 Bytes

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