Giter VIP home page Giter VIP logo

webchat_backend's Introduction

Web Chat Application

Chat Web is a realtime web chat application where you can:

  • login and register
  • List/Search users
  • List/Search Chats
  • Start a conversation with a user
  • Create a Group
  • Chat with group
  • Change name to Group
  • Upload Profile Photo

Previous requirements

  • php7.2
  • curl-php

Quick Start

For using the demo application you can go to DEMO

Back-end Installation

First, clone this repository

git clone https://github.com/codeFlavioA/webchat_backend

Move to project folder and run command:

composer install 

Now, config your .env file with your database connection settings

Too, for the realtime notifications is necesary create a project on Pusher (http://linktopusher.com) When u have a Pusher account, type to .env file:

PUSHER_APP_ID | PUSHER_APP_KEY | PUSHER_APP_SECRET

now, run the migrations for create the tables on database with

php artisan migrate

¡Ready!

if you aren't running this project on server's folder, use the php server with:

php artisan serve

Front-end Installation

First, clone the repositiory

git clone https://github.com/codeFlavioA/webchat_frontend

When the process has been end, change in apis/host.js file the API HOST where the frontend application will request the data.

Now, run this command for start development server and run frontend npm start

Ussage

Create a new Chat:

for start a conversation click to + button located to right-side and choose a user for create a new conversation with him

Create a new Group:

for start a new group click to + button for desplagate users list, Click to Gorup Button and, choose all user you want. For finish to choose users and start group click to OK Button

webchat_backend's People

Contributors

flavioaandres avatar

Stargazers

 avatar

Watchers

James Cloos avatar

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.