Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 706 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 706 Bytes

URL Shortner

An application for turning long urls into short urls.

For example: https://example.com/foo/bar?baz=qux&quux=grault becomes https://localhost/abc123

Developing

You can run the app with pnpm dev You can run the test suite with pnpm test

Stories

As a user I can create a short url from a long url

  • I can enter a long url to be shortened
  • I receive a short url
  • On visiting the short url, I am redirected to the long url

As a user I can remove a short url

  • I can delete an url from the system

As a user I can see tracking stats for an URL

  • I can see the number of clicks on an URL
  • I can see information about the user