Url Shortener allows logged in users to create and manage shortened links (like bit.ly), create custom tags and tagging the links with them. It also tracks how many times the shortened link was used.
Built with PHP 7.3
Set up youe .env file with connection to your database.
composer install
php bin/console doctrine:migrations:migrate
Install Symfony CLI and run
symfony server:start