Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.22 KB

File metadata and controls

29 lines (20 loc) · 1.22 KB

URL-Shortener

Overview

A URL Shortener application built using the Spring MVC framework and Thymeleaf for creating interactive web pages. This application allows users to shorten long URLs and redirect them to the corresponding original URL seamlessly.

Features

  • URL Shortening: Users can input long URLs and generate short, shareable links.
  • Redirection: Automatically redirects users to the original URL when they access the shortened link.
  • Thymeleaf Integration: Clean and responsive user interface using Thymeleaf templates.

Tech Stack

  • Backend: Spring Framework (MVC architecture)
  • Frontend: Thymeleaf for dynamic page rendering
  • Database: MySQL
  • Build Tool: Maven
  • Language: Java

URLs and Pages

  • Home Page: http://localhost:8081/
    The main landing page where users can input their long URLs to be shortened.

    Home Page

  • Short URL Generated Page: http://localhost:8081/url-post-process
    Displays the shortened URL after a successful submission of a long URL.

    Short URL Page