https://github.com/mikulej/real-time-chat
Web application running on Flask, allowing users to chat in real time. All information about messages, accounts and chat rooms are stored in database.
https://github.com/mikulej/real-time-chat
backend flask psql
Last synced: 4 months ago
JSON representation
Web application running on Flask, allowing users to chat in real time. All information about messages, accounts and chat rooms are stored in database.
- Host: GitHub
- URL: https://github.com/mikulej/real-time-chat
- Owner: Mikulej
- Created: 2024-08-23T20:34:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T14:34:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T21:16:48.132Z (over 1 year ago)
- Topics: backend, flask, psql
- Language: Python
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Time Chat
Objective:
Create a web application made in Flask that allows users to chat in real time, messages are stored in PostreSQL database.
### Register and login users

### Create and join rooms

### Chat in real time

# Requirements
- Python 3.11
- [Miniconda](https://docs.anaconda.com/free/miniconda/index.html)
- `pip install -r requirements.txt`
Thoughts:
.ini files are for changing parameters (e.g params for connection to sql database) without need to change code of the app
Potential things I could add:
Admin Panel?
Switch to light/darkmode?
Build more web app features?
Add NLP to generate text messages?