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.
- Host: GitHub
- URL: https://github.com/bartwel27/beechat
- Owner: Bartwel27
- License: mit
- Created: 2025-03-13T14:02:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T16:46:38.000Z (3 months ago)
- Last Synced: 2025-03-13T17:50:37.655Z (3 months ago)
- Topics: web-messaging, webapp
- Language: PHP
- Homepage: https://chat.beecorp.site
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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