Skip to content

simple flask chatting app with socket io, still have minimal ui and system of course

License

Notifications You must be signed in to change notification settings

AlphaBeta1906/flask-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

a simple chat website build using python flask,socketio and mysql as database and also have markdown support

How to run

git clone https://github.com/AlphaBeta1906/flask-chat-app
cd flask-chat-app
virtualenv venv # use pip install virtualenv
. venv/bin/activate # venv/scripts/activate for windows

pip install -r requiremenst.txt
flask db migrate # to migrate create table in database
python wsgi.py