Skip to content

hoangvan149dhv/chat-real-time

Repository files navigation

Introdution

  • Chat real time built from Laravel to store data and real time websocket (Laravel websocket), included integration continious/delivery (CI/CD)

Setup Chat real time by laravel-websocket

Step 1. Start Docker

  • Run docker-compose up -d command to build container.

Step 2. Set up

  • Run docker exec -it app_chat bash to connect docker container called app chat
  • composer install
  • php artisan key:gen
  • npm install
  • npm run prod
  • Run php artisan db:seed --class=DatabaseSeeder to create fake user
  • Done!!!!

Step 3. Login

  • Login to accounts :
    • hoangvan149dhv/123456
    • hoangvandhv149/123456 image

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published