Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hbakouane/admin-user-chatting

A simple Laravel project for real time chatting between the users and admin
https://github.com/hbakouane/admin-user-chatting

Last synced: 2 months ago
JSON representation

A simple Laravel project for real time chatting between the users and admin

Awesome Lists containing this project

README

        

# Live chat between users and the admin

[DEMO](https://www.youtube.com/watch?v=mitM_HCj-Sk)

[DEMO - File Sharing](https://www.youtube.com/watch?v=cTfSEcbLh1Y)

# ⚙️ Used Technologies

💅 FrontEnd : Css, Bootstrap

🛠 Backend : Laravel 8, Livewire

💾 Database : MySql

☁️ Deployment : Github

#### To run this project make sure you ran these commands
composer install


copy .env.example .env


php artisan key:generate


php artisan migrate


php artisan serve --port=3000


php artisan storage:link


now you can visit localhost:3000 and see the project

To generate users, admin and messages, run this command

php artisan db:seed
the password of the whole generated users is password

# 📷 Screenshots
## Mainpage



## Updates (Users and admins can send files)



## To-Dos
+ Show offline status
+ ✔️ Sending messages including files (Updated 09/04/2021)

### I hope you enjoy it!