Bubble Chat is a simple chat app that enables messaging over local networks. This project is my graduation project completed in the Halic University's Computer Science department.
- Real-time messaging between users
- User accounts and session management
- Storing message history in the database
- User-friendly interface
- HTML
- CSS
- PHP
- MySQL
- JavaScript
- AJAX
- XAMPP (Other web servers like LAMP or WAMP can also be used)
- Clone this repository or download it as a ZIP file.
git clone https://github.com/aligunesv/bubblechat.git- Create a MySQL database. It should be structured as shown in MessagesDatabase and UsersDatabase.
- Open the config.php file and update your database connection settings.
- Move the project folder to your web server or XAMPP's htdocs directory.
- Visit http://localhost/bubblechat in your web browser.
- Launch the application and create an account or log in with an existing one.
- Start conversations by adding your friends' usernames.
- Begin messaging and view your message history.
If you wish to contribute to this project, please submit a Pull Request. Your contributions will be welcomed.
For questions or feedback, you can contact us at [email protected].