Chat-App
🎯
About this file
The purpose of this file is to provide overview, setup instructions and background information of the project.
▶️
Demo
Here you can find the demo links:
Test credentials
Email admin: [email protected]
Email user: [email protected]
Password: 1234
Features imlemented:
Features not implemented:
Password recovery
Testing with Codeception
Technologies
Run Locally
- 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');