Skip to content

Implemented Tiny URL service with JWT authentication. User sign-up generates a token for login, allowing access to short URL creation and redirection APIs.

Notifications You must be signed in to change notification settings

dhiraj9022/tiny-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url-Shortner

Url-Shortner get long Url to short them

Tech Stack

  • Spring Boot with java
  • internal hash map used for cache purpose
  • adding in postgres database
  • Test case is pending

Home

Welcome to Url Shortner Application

POST : /url-shortner/home

image

POST : /url-shortner

image

GET : /url-shortner

image

GET : /url-shortner/88190fe

    paste generate short url in redirect url.

image

Paste Redirect Url in broswer to see result

image

About

Implemented Tiny URL service with JWT authentication. User sign-up generates a token for login, allowing access to short URL creation and redirection APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages