Skip to content

This repository contains source code for live chat application using flask framework.

Notifications You must be signed in to change notification settings

Prakashdeveloper03/Flask-Live-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Live Chat

made-with-python python 3.11.2 flask html terminal vscode

Live chat web application with a minimal features like chat room creation, joining already created chat room and live chatting with multiple users.

Installation

Open Anaconda prompt and create new environment

conda create -n your_env_name python = (3.11.2 or later)

Then Activate the newly created environment

conda activate your_env_name

Clone the repository using git

git clone https://github.com/Prakashdeveloper03/Flask-Live-Chat.git

Change to the cloned directory

cd <directory_name>

To install all requirement packages for the app

pip install -r requirements.txt

Then, Run the app

python main.py

About

This repository contains source code for live chat application using flask framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages