Api for short your link with laravel
Clone the repository and follow the stpes
composer install
php artian migrate
php artisan serve
# Get top 100 most viseted urls
(GET) /top-one-hundred
# Redirect url with code
(GET) /{code}
# Formdata with url and code params to creat a short url
(POST) /shortUrl