A web service, what simply creating short links for long ones.
Created in few hours as test challenge.
Latest Docker and docker-compose
In the root of project do those commands:
docker-compose up -d
docker-compose run --rm php composer install
docker-compose run --rm php yii migrate --interactive=0
chmod -R 777 web/assets/
The whole service is now up on 8000 port.
Login: admin
Password: admin