Skip to content

A Python/Flask web application for users to create and/or join chat rooms and send messages in real-time to other users.

Notifications You must be signed in to change notification settings

kwicz/flack-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 2

Web Programming with Python and JavaScript

About

This program is designed to be used as a website for chatting. Users may create a username and change it at anytime. Users can create a channel, or select an already made channel. After selecting a channel, a user can chat with other users on that same channel.

Install Required Modules

pip3 install -r requirements.txt

Setting Up Environment Variables

SET FLASK_APP=application.py

SET SECRET_KEY=<whatever string of characters you want to type here>

Starting the Server

python3 app.py

About

A Python/Flask web application for users to create and/or join chat rooms and send messages in real-time to other users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published