This apps build with laravel v.10 to shorten your urls and make them more accessible.
-
Create MySQL database
-
Clone Repository
git clone https://github.com/FarhanKurnia/URL-Shortener.git -
Install Composer
composer install -
Copy and Set up environment
cp .env.example .env -
Customize environment (.env) files with DB name that has been created.
-
Migrate database
php artisan migrate -
Run local server
php artisan serve -
Access localhost:8000 or your public link