Skip to content

Luis4609/Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This application was build with the purpose of learning PHP.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages