Categorygithub.com/liel-almog/url-shortener
repositorypackage
0.0.0-20241123182800-327c7879944a
Repository: https://github.com/liel-almog/url-shortener.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

URL Shortener

A simple URL shortener service built with Go and SQLite. This project allows users to create shortened URLs for longer web addresses and provides redirection and click tracking.

Features

  • Generate short URLs for any original URL.
  • Redirect users from short URLs to their original URLs.
  • Track click counts for each shortened URL.
  • Built with Go and Echo for web routing.
  • SQLite used as the database for lightweight and fast storage.