This repository contains a Chat App built using Flask and React, leveraging socket programming for real-time communication. It provides a simple and interactive interface for users to engage in real-time conversations.
Open three terminals (one for the Backend and two for the Frontend instances):
-
Backend Terminal
cd backendpython -m venv envenv\Scripts\activatepip install -r requirements.txtpython app.py
-
Frontend Terminal 1
cd frontendnpm start localhost:3000
-
Frontend Terminal 2
cd frontendnpm start localhost:3001
