Skip to content

Flack : A Web based chatroom Application something similar to Slack

License

Notifications You must be signed in to change notification settings

ayaankhan98/Flack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flack

FLack is a web based chatting application where users can signin freely and join channels and even create their own channels in order to have conversation.

alt text

alt text

alt text

Installation

download the repository using

git clone https://github.com/ayaankhan98/Flack.git

Activate your Python Virtual Environment

cd Flack
pip install -r requirements.txt

after the installation of all the necessary files set the executable application using the command For windows --

set FLASK_APP=application.py

now run

flask run --no-reload