Skip to content

Pawan8085/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A web application built using Spring MVC and Thymeleaf for the frontend. This app allows users to shorten long URLs and provides seamless redirection to the original website. The intuitive interface ensures ease of use while delivering robust URL management and redirection functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors