PranabZz / Rainchat

A social media app where you can post and chat with your friends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rainchat

Rainchat is a simple chat application built with PHP and MySQL. This repository contains the source code for the application.

Installation

To install Rainchat, follow these steps:

  1. Clone the repository:

    git clone git@github.com:PranabZz/Rainchat.git
    
  2. Import the rainchat.sql file into your MySQL database using phpMyAdmin or any other MySQL client.

  3. Update the database configuration in the connection.php file with your MySQL database details.

  4. Start the application by running the index.php file in your web server or run

    php -S localhost:8000 
    

Features

Rainchat has the following features:

1.Users can register and login.


2.Users can join different chat rooms.


3.Users can send messages in chat rooms.


4.Users can view the chat history of a chat room.

License

Rainchat is licensed under the MIT License. See the LICENSE file for more information.

About

A social media app where you can post and chat with your friends.


Languages

Language:PHP 52.9%Language:CSS 46.7%Language:JavaScript 0.4%