Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 296 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 296 Bytes

fully functioning chat app utilizing python flask, jinja, sql-alchemy db, using json to populate the chat, multiple sessions AJAX for stimulating requests

Navigate to directory:

python3 

Create database

> from app import db
> db.create_all()

Run App

python3 app.py