Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 914 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 914 Bytes

SNIPTECH

A URL shortening service front-end in the form of an Angular web application.

It's backend is available here.

SnipTech is currently hosted on the Heroku platform under a free plan, and can be accessed here.

The overall system is running a PEAN stack.

Features

  • returns a shortened url based on any valid url input.

  • Displays an error message upon supplying an invalid shortened url.

Technology

Application Architecture

  • Angular - a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.

Notable Packages

  • express - to support Angular deployment to Heroku, used here.