Find the game - Backend

Laravel 8

Project setup

Create .env file in root folder as .env.example and set up your database and configuration of application.

composer update
./artisan migrate

Project run

./artisan serve