Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayaankhan98/flack

Flack : A Web based chatroom Application something similar to Slack
https://github.com/ayaankhan98/flack

bootstrap4 chat-application cs50 cs5web flask-application handlebars-js javascript socketio

Last synced: 7 days ago
JSON representation

Flack : A Web based chatroom Application something similar to Slack

Awesome Lists containing this project

README

        

# 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](./static/1.png)

![alt text](./static/2.png)

![alt text](./static/3.png)

## Installation
download the repository using
```bash
git clone https://github.com/ayaankhan98/Flack.git
```

Activate your Python Virtual Environment

```bash
cd Flack
```
```bash
pip install -r requirements.txt
```

after the installation of all the necessary files set the executable application using the command
For windows --
```bash
set FLASK_APP=application.py
```

now run
```bash
flask run --no-reload
```