Skip to content

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 724 Bytes

README.md

File metadata and controls

executable file
·
30 lines (19 loc) · 724 Bytes

Chati React app

Introduction

Stack:

Express, Google OAuth2, Material-UI, React, Redux, TypeScript, TypeORM, PostgreSQL, Socket-io

Description

The chat application is using socket-io for real-time communication between users. It integrates the authentication by google Oauh2 and SQL database for storing the message as well as the user's information and their network.

Backend api

source: https://github.com/LeTranAnhVu/chati_be

demo

Oauth2 login chating

install

yarn

run (development):

yarn start