/Flask-Chat-Rooms

Chat Rooms using Flask-SocketIO.

Primary LanguagePythonMIT LicenseMIT

Flask-Chat-Rooms

Chat Rooms using Flask-SocketIO

App link ---> https://mb-chat-rooms.herokuapp.com/

How to run

1. git clone https://github.com/markbirds/Flask-Chat-Rooms.git
2. install postgresql and create database named ChatRoomDB in pgAdmin
3. pipenv shell
4. pipenv install -r requirements.txt
5. flask db migrate
6. flask db upgrade
7. flask run

This project is licensed under the terms of MIT License

Here are some snippets

User login

2D5Tjs.md.jpg

Dashboard

2D5Gwu.md.jpg

Create room

2D5wFV.md.jpg

Join room

2D5O8P.md.jpg

Chat room

2D58wg.md.jpg