https://github.com/snykk/fiber-redis-shortener
URL shortener built with the Golang web framework Fiber, Redis for caching, and the Tailwind CSS framework for styling. The application allows users to input a long URL and receive a shortened version that can be easily shared and tracked. Additionally, users have the option to customize their shortened URL by specifying a unique slug.
https://github.com/snykk/fiber-redis-shortener
fiber redis-cache shorten-urls tailwindcss url-shortener
Last synced: 5 months ago
JSON representation
URL shortener built with the Golang web framework Fiber, Redis for caching, and the Tailwind CSS framework for styling. The application allows users to input a long URL and receive a shortened version that can be easily shared and tracked. Additionally, users have the option to customize their shortened URL by specifying a unique slug.
- Host: GitHub
- URL: https://github.com/snykk/fiber-redis-shortener
- Owner: snykk
- License: mit
- Created: 2022-11-08T12:23:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T16:49:30.000Z (over 2 years ago)
- Last Synced: 2025-05-09T03:13:17.814Z (5 months ago)
- Topics: fiber, redis-cache, shorten-urls, tailwindcss, url-shortener
- Language: HTML
- Homepage: https://shortenn.up.railway.app
- Size: 127 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Fiber Shortener
### Description
This repository contains a URL shortener built with the Golang web framework Fiber, Redis for caching, and the Tailwind CSS framework for styling. The application allows users to input a long URL and receive a shortened version that can be easily shared and tracked. Additionally, users have the option to customize their shortened URL by specifying a unique slug. The usage of Redis as a cache improves the performance of the application by reducing the number of database queries.
### Disclaimer
This project is far from perfect and there is always room for improvement. If you would like to contribute, please feel free to fork this repository and submit a pull request. Your contributions are welcome and appreciated.
### UI
- index

- shortener

- error
