https://github.com/dr-stephen-achugwo/chatme
a real time Chat Management System built with PHP, MySQL, HTML, CSS, JavaScript, Bootstrap and other dependable packages
https://github.com/dr-stephen-achugwo/chatme
bootstrap chat-management-system css dependencies html5 javascript mysql php real-time-chat
Last synced: about 2 months ago
JSON representation
a real time Chat Management System built with PHP, MySQL, HTML, CSS, JavaScript, Bootstrap and other dependable packages
- Host: GitHub
- URL: https://github.com/dr-stephen-achugwo/chatme
- Owner: dr-stephen-achugwo
- License: mit
- Created: 2025-04-06T10:45:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T10:52:50.000Z (about 2 months ago)
- Last Synced: 2025-04-06T11:29:19.740Z (about 2 months ago)
- Topics: bootstrap, chat-management-system, css, dependencies, html5, javascript, mysql, php, real-time-chat
- Language: PHP
- Homepage: https://apps.net.ng/pages/webs/chatme.html
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Web Chat Application
This is a basic web-based chat application built using PHP, MySQL, HTML, CSS, and JavaScript.The application allows users to communicate in real-time within a chat room, displaying messages as they are posted by others.
This README provides an overview of the setup and functionality.
FeaturesUser Authentication: Users can create accounts and log in to participate in the chat.
Real-Time Messaging: Messages are displayed in real-time, without needing to refresh the page.
Message Storage: Chat history is stored in a MySQL database for persistence.
Simple UI: The front end is styled using CSS and provides a clean, user-friendly interface.
Technologies Used
PHP: Backend logic, user authentication, and database interaction.
MySQL: Database for storing user credentials and chat messages.
HTML & CSS: Frontend structure and styling.
JavaScript: Handles real-time message updates and dynamic UI behavior.
Setup
Clone the Repository: Clone this project to your local server (e.g., XAMPP, WAMP).
Database Configuration:
Create a MySQL database for the project.
Import the chatapp.sql file provided in the project to set up the necessary tables (e.g., users and messages).
Run the project on a local PHP server (e.g., using XAMPP or WAMP), and access it via your web browser.
Usage
Sign Up: New users can register to create an account.
Log In: Existing users can log in to access the chat room.
Chat: Users can send messages, which appear in real-time for all active users.