Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.93 KB

README.md

File metadata and controls

69 lines (49 loc) · 1.93 KB

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:

✔️   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

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');