Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 350 Bytes

URL Shortener with Laravel and Vue Js

This application shortens your unwieldly links into more manageable URLS

Installation

  • Make sure you have Docker installed
  • Clone the repo
  • In a terminal run ./vendor/bin/sail up. This sets up the Docker containers
  • In another terminal run npm run dev
  • Visit http://localhost in your browser