A simple application using REST API for handling events with the owner (user) and attendees. An example of using the REST API.
Run docker containers
docker-compose up -d
Go into php container as user (1000) for artisan command, or composer
docker exec -it -u 1000 php /bin/bash
composer install
php artisan migrate
php artisan db:seed
chmod 777 -R storage
MYSQL_HOST = mysql <docker mysql container name>
MYSQL_DATABASE = database
MYSQL_USER = admin
MYSQL_PASSWORD = password
http://localhost:61000 - website
http://localhost:8080 - Adminer (database management in browser)