Flask chat example with Socketio and Vuejs
static | ||
templates | ||
app.py | ||
envExample | ||
models.py | ||
README.md | ||
requirements.txt |
Flask chat
Use
- Flask (Obvious!)
- Flask-SQLAlchemy (ORM for database)
- Flask-socketio (Generation of forms and validations)
Install
cp envExample .env
pip3 install -r requirements.txt
python3 models.py db init
python3 models.py db migrate
python3 models.py db upgrade
Run
python3 main.py