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: 5 months ago
JSON representation
Flack : A Web based chatroom Application something similar to Slack
- Host: GitHub
- URL: https://github.com/ayaankhan98/flack
- Owner: ayaankhan98
- License: mit
- Created: 2019-12-24T05:20:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T16:49:21.000Z (almost 6 years ago)
- Last Synced: 2025-04-07T07:47:44.095Z (about 1 year ago)
- Topics: bootstrap4, chat-application, cs50, cs5web, flask-application, handlebars-js, javascript, socketio
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.



## 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
```