An open API service indexing awesome lists of open source software.

https://github.com/bartwel27/beechat

This is a lightweight messaging web application built using PHP. The app allows users to chat with each other by adding contacts through valid email addresses. Once a contact is added, users can exchange messages in a secure, easy-to-use interface.
https://github.com/bartwel27/beechat

web-messaging webapp

Last synced: 3 months ago
JSON representation

This is a lightweight messaging web application built using PHP. The app allows users to chat with each other by adding contacts through valid email addresses. Once a contact is added, users can exchange messages in a secure, easy-to-use interface.

Awesome Lists containing this project

README

        

# beeChat
This is a lightweight messaging web application built using PHP. The app allows users to chat with each other by adding contacts through valid email addresses. Once a contact is added, users can exchange messages in a secure, easy-to-use interface.

### Key Features:
- **Contact Management**: Add and manage contacts using valid email addresses.
- **Real-Time Messaging**: Chat with contacts in real-time.
- **Simple Interface**: User-friendly design that makes messaging easy and intuitive.
- **Secure**: Messages are only visible to the sender and recipient.

### Integration:
This messaging app can easily be integrated into your existing projects to enable communication between users. By adding it to your project, you can provide a seamless and secure messaging platform, making communication easier and more efficient.

### Technologies Used:
- PHP
- MySQL (for storing messages and contacts)
- HTML/CSS/JavaScript

> [!NOTE]
> The ```log.sql``` file shows how the database and its tables structure should be. Take note there are Two databases in the ```db.php``` file, the main database should only contain users table, and to the second database, you should not make any tables the php code will automatically make table