Linkify
An app that allows users to shorten long URLs à la bit.ly.
Final Product
Project Setup
- Fork and clone the App from github: https://github.com/xebol/Linkify
- CD into the project root directory and run
npm install
to install dependencies. - 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 andnpm run backend
to run the backend.
Dependencies
- json-server
- vue -router