Skip to content

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.

License

snykk/fiber-redis-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ./assets/screenshots/index.png
  • shortener ./assets/screenshots/index.png
  • error ./assets/screenshots/index.png

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published