Skip to content

A web site for chatting with others using flask framework.

Notifications You must be signed in to change notification settings

engragy/flask_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask_chat

LOGO|Flask

*** Powered By ***

this is my frist attempt in the world of web-dev, it is a Flask WebApp for chatting.

consists of a couple of pages!

main page main_page login/register pages register_page chat channel page chat_channel_page

Features:

  • Nice looking Custom CSS style (no styling framework is used)
  • Users can upload and use a profile image
  • add as much channels/users, there is no email validity as this is for development
  • using sqlite3 DataBase for development
  • using JS to set window position when there is a new messege
  • delete messeges from both chatting users
  • custom error pages

Used Flask extensions/packages/libraries including:

Installation

just use a virtual environment for the app
$ pip3 install virtualenv
make a new folder for the app
$ mkdir ~/flask_chat_dir
$ cd flask_chat_dir
$ virtualenv flask_chat_env
$ git clone
$ source flask_chat_env/bin/activate 
$ pip -r install requirements
$ python flask_chat.py

About

A web site for chatting with others using flask framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published