This is a simple chat application which uses Python, Flask and Socket IO.
-
Clone the repository.
`$ python3 -m venv venv
$ source venv/bin/activate `
-
Install all the required libraries by running the following command
pip install -r requirements.txt
Execute the application by
python app.py
`export FLASK_APP=app flask shell
from app import db, ChatMessage db.create_all() `