Skip to content

URL Shortener App created using Laravel, and Vue JS

Notifications You must be signed in to change notification settings

Sunwarul/url-shortener

Repository files navigation

URL Shortener App

Installation:

Requirements:

  • PHP 8.2+
  • MySQL
  • Composer (For PHP Dependency)
  • NodeJS LTS (with Npm)

Dependency install:

  • git clone git@github.com:Sunwarul/url-shortener.git
  • cp .env.example .env
  • composer install
  • npm install && npm run build
  • php artisan migrate --seed

To run the application locally:

  • php artisan serve
  • Open http://localhost:8000 in your browser to access

Releases

No releases published

Packages

No packages published