https://github.com/dhiraj9022/tiny-url
Implemented Tiny URL service with JWT authentication. User sign-up generates a token for login, allowing access to short URL creation and redirection APIs.
https://github.com/dhiraj9022/tiny-url
java junit5 jwt-authentication jwt-token lombok maven mysql-database spring-boot spring-data-jpa spring-security
Last synced: about 2 months ago
JSON representation
Implemented Tiny URL service with JWT authentication. User sign-up generates a token for login, allowing access to short URL creation and redirection APIs.
- Host: GitHub
- URL: https://github.com/dhiraj9022/tiny-url
- Owner: dhiraj9022
- Created: 2023-01-23T12:42:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T12:46:04.000Z (8 months ago)
- Last Synced: 2025-04-22T18:11:47.566Z (about 2 months ago)
- Topics: java, junit5, jwt-authentication, jwt-token, lombok, maven, mysql-database, spring-boot, spring-data-jpa, spring-security
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 ApplicationPOST : /url-shortner/home

POST : /url-shortner

GET : /url-shortner

GET : /url-shortner/88190fe
paste generate short url in redirect url.
## Paste Redirect Url in broswer to see result
