Skip to content

prabhuprabhakaran/Minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minify - URL Shorten API

Minify is a URL Shortening API, which works on the following Authentication mechanisms

  1. DB Authentication, using Form login
  2. API Token based Authentication
  3. Google Authentication

Functionalities:

  1. Creating shorten URL Via UI
  2. Managing URLs via UI
  3. Creating shorten URL Via API / Swagger UI
  4. Redirecting shorten URL

Login Page

Home Page

Swagger UI

Redirection

Redirection has been done by the shorten URL

http:https://localhost:8081/r/GkPNMK

Compilation and Execution

ProjectDir> mvn clean install
ProjectDir> java -jar target/Minify-1.0.0-SNAPSHOT.jar

Go to the below URL in Browser

http:https://localhost:8081