Service where you can write a long URL into an input field and the service shortens the URL to short link.
- Docker >= v20.10.8 | Link to the documentation for installing this software for various operating systems: https://docs.docker.com/engine/install/
- docker-compose >= v1.29.2 | Link to the documentation for installing this software for various operating systems: https://docs.docker.com/compose/install/
- Node >= v12.22.9
- Git clone php-url-shortener project to your folder.
- Execute build command via console: docker-compose build
- Execute build command via console: docker-compose up -d
- Run installation of composer dependencies in the project: composer install
- Execute build command via console: sudo echo '127.0.0.1 php-url-shortener.local' >> /etc/hosts
- Execute build command via console: npm install
- Execute build command via console: npm run dev