Demo backend
-
Run
docker-compose up --build
, composer will install needed dependencies -
On first run you'll need to run migrations and seeds:
docker exec -it test-task-php php artisan migrate --seed
-
Server will be available by url:
http://localhost:6060/