- PHP 8.2+
- MySQL
- Composer (For PHP Dependency)
- NodeJS LTS (with Npm)
git clone git@github.com:Sunwarul/url-shortener.git
cp .env.example .env
composer install
npm install && npm run build
php artisan migrate --seed
php artisan serve
- Open
http://localhost:8000
in your browser to access