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
- Fork and clone the App from github: https://github.com/xebol/Linkify
- CD into the project root directory and run
npm installto 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 serveto run the frontend andnpm run backendto run the backend.
Dependencies
- json-server
- vue -router