Skip to content

Chat room app, built with Flask on the back end, Javascript using AJAX and JSON on front end

Notifications You must be signed in to change notification settings

jordangrogan/PittCS1520Project-ChattyKathy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatty Kathy

CS1520 Assignment 4

Jordan Grogan
[email protected]
Pitt ID: jog89 3779423

Lecture: Tuesday/Thursday 6pm
Recitation: Thursday 7:30pm

To run, install the required dependencies in your newly created python 3 virtual environment:
pip install -r requirements.txt
Then, set FLASK_APP to chat.py:
export FLASK_APP=chat.py
Then, initalize the database:
flask initdb
Then, run the app:
flask run
Lastly, go to http://localhost:5000 in your browser.

About

Chat room app, built with Flask on the back end, Javascript using AJAX and JSON on front end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published