An app that allows users to shorten long URLs à la bit.ly

Linkify

An app that allows users to shorten long URLs à la bit.ly.

Final Product

Project Setup

  1. Fork and clone the App from github: https://github.com/xebol/Linkify
  2. CD into the project root directory and run npm install to install dependencies.
  3. The app is leveraging json-server as as fake backend to keep data persistent. To run the app on your local machine open two terminal windows, from the root directory of the project separately run, npm run serve to run the frontend and npm run backend to run the backend.

Dependencies

  • json-server
  • vue -router

GitHub

View Github