Skip to content

flintinatux/tiny-yurl

Repository files navigation

😜 tiny-yurl

A personal link shortening service.

🛠️ Built with: NextJS, Redis, TailwindCSS, and Vitest.

See it in action

tiny-yurl is deployed live in Vercel. You can visit the following link to try it out:

https://tiny-yurl.vercel.app

Play with it locally

Note: To run it locally, you'll need latest Node.js and Docker installed.

First run the following:

npm i
docker compose up -d
npm run dev

Then access the service at http://localhost:3000.

Running the tests

Note: You'll need Redis up and running before you can run the tests.

Run the following to execute the tests and watch for file changes:

docker compose up -d
npm run test

About

Personal link shortening service built with NextJS, Redis, TailwindCSS, and Vitest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published