ReChat - RealTime Chat Application built with React & FastApi
First clone the repo
git clone https://github.com/irtiza90/ReChat
cd ReChat
- python 3.12+
- node.js (npm)
py -m venv ./venv
./.venv/Scripts/activate.ps1
py -m pip install -r requirements.txt
# react dependencies
cd rechat-client
npm install
(open separate terminals for each command here)
py main.py
Starting react server
cd rechat-client
npm start
[ ] - store messages in temp buffer(client-site), to prevent message loss and retry sending