- you can create an account
- you can talk live with several people
- you can edit any information on your account
- you can search for different users
- you can become an admin (you have access to different things)
- you can manage your notifications
- you can search for live users
The programming languages used for this project are: html, css, sql, javascript (es6+) and php.
Download XAMPP from here and install it.
Now open XAMPP and start Apache and MySQL.
Go to C:\xampp\htdocs.
Here you can create a new folder (folder-name) and upload the code from this repository.
Type http://localhost/phpmyadmin in your browser, create a new database with the name chat and upload chat.sql file in that!
Now you can type http://localhost/folder-name in your browser.
This project is made by Volunteer Tech®
- Fork it (https://github.com/Volunteer-Tech/live-chat-application-with-php/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request