Code Monkey home page Code Monkey logo

chat-app's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.