A simple link shortening application built using Laravel
POST /api/link-shorten/create
Parameter | Type | Description | Response |
---|---|---|---|
url |
string |
Required. max:250 | return full and short link |
To clone this project run
clone the repository
enter the directory of project
set mysql accssess credentials
run php artisan migrate
run php artisan serv
then open http://localhost:8000 on your browser
finish :) !!!
I am a self-taught programmer with 3 years of experience who loves coding and loves researching security issues.