A simple Go-based web application that allows users to shorten URLs. The application generates a unique shortened URL for every input URL using SHA-256, stores it in a SQLite database, and redirects users to the original URL when they access the shortened link.
- Shorten any URL quickly.
- Persistent storage using SQLite.
- Redirection from shortened URLs to the original website.
- Simple and intuitive user interface.
Once you shorten a URL, the application provides a shortened link that you can copy to the clipboard.