Flack

Flack : A Web based chatroom Application something similar to Slack

MIT License

Stars
0

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.

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