This is a basic whatsapp type group chat application for Drexel Alumni.
In this application, the user has to sign up first and then then he/she can log in.
Once the user logs in, he enters into the chat room. The user can see the entire chats which happened in his/her absence. So, therefore, it acts like a Whatsapp group. In addition, the time is also displayed along with the chats.
The steps to be followed are :-
-
Install any local web server like LAMP, XAMPP etc., I used XAMPP for this project
-
Import the mydatabase.sql in your server. It is basically a database. It consists of two tables, one signup and the other posts.
-
Once, you are done importing that, install all the files at a location. All files should be in same folder.
-
After downloading the files, you run index.php file. This will start the application.
-
Any number of users can login the chat room and chat. Make sure that you use different web browser for each login.
-
For viewing the current chat you will have to refresh the page.
-
Once you logout, and then login again after sometime, you can see the chats at those time as well.