Skip to content

This is a java project which takes in a url and shortens it using base64 algorithm,

Notifications You must be signed in to change notification settings

Astrophilic/Url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url-shortener

This is a java project which takes in a url and shortens it using base64 algorithm.

Here, I use spring boot to use URL as a model and map it to h2 database using JPARepository.

This is an application of the MVC architecture and can be seen in the project directory structure.

I have also added a very simple UI to run the project in action.

convertIT.mp4

Also lets see that the entry is inserted into the h2 on h2 console.

heconsoleU.mp4

The h2 console can be accessed at http://localhost:8080/h2-console/

Read more about h2 with spring here

About

This is a java project which takes in a url and shortens it using base64 algorithm,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published