The purpose of this file is to provide overview, setup instructions and background information of the project.
Here you can find the demo links:
Email admin: luis@gmail.com
Email user: pepe@gmail.com
Password: 1234
✔️ User Sign In & User Sign Up
✔️ User Sign Up with verification email
✔️ Send message to a existing user
✔️ See the list of the received messages
✔️ See the list of the sended messages
✔️ Detail of a message
✔️ Replay to a message
✔️ Send a message to multiple users
✔️ Groups of users (similar to WhatsApp)
✔️ User profile
✔️ Friendship between users
✔️ Insert files and images in the messages
✔️ Administration zone
Password recovery
Testing with Codeception
- Clone the project
git clone https://github.com/Luis4609/Chat-App.git
- Go to the project directory
cd Chat-App
- Change the config.php file a
define('DBUSER', 'your_user');
define('DBPWD', 'your_password');
define('DBHOST', 'localhost');
define('DBNAME', 'database_name');