Skip to content

sushilkg/shurl

Repository files navigation

shurl

A very simple URL shortener (short url - shurl) built on Laravel and Vue.

Latest Version Travis Build Codecov branch

Install

  1. Git clone
  2. Run composer install and npm install
  3. Make sure you have postgresql running
  4. Configure postgresql config on .env file
  5. Run migration using php artisan migrate
  6. Run npm run watch