Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 845 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 845 Bytes

About project

Build Status

This is web chess. Project was created for learn how to use websocket, vue 3, laravel, and up my programming skills.

Снимок экрана от 2021-07-10 20-21-32

Installation

First you need to set up the env file. Register an account in pusher https://pusher.com, before setting. An administrator user is created in the seeder, you can set his parameters in the env file.

Next enter the following commands.

npm install

npm run production

composer install

php artisan migrate

php artisan db:seed

php artisan key:generate

php artisan serve

php artisan queue:listen