Gif-Chat is a chat application running on a flask backend. It uses websockets and API calls to the backend to update the chat in real time amongst multiple users. You have a 50% chance of your message being enriched with a Gif!
I hope that it proves fun. http://209.97.176.130/ (not currently up)
This file contains the view functions for login and chat pages
This folder contains .html template files for the login and chat pages
This folder contains css and javascript code for the project
This is the file which stores message data including gif url endpoints
run "pip install -r requirements.txt" to install all project requirements.
run
python app.py