Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 460 Bytes

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.