An application for turning long urls into short urls.
For example: https://example.com/foo/bar?baz=qux&quux=grault becomes https://localhost/abc123
You can run the app with pnpm dev
You can run the test suite with pnpm test
- 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
- I can delete an url from the system
- I can see the number of clicks on an URL
- I can see information about the user