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.
- 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.