SumitDutta1997 / URLshortenerService

Created a URL Shortener Web App (Micro-service) using Spring Boot + Hibernate + MySQL + RESTful APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLshortenerService

Created a URL Shortener Web App (Micro-service) using Spring Boot + Hibernate + MySQL + RESTful APIs

Screenshots :

Example 1:

Created a Short URL by passing a Long URL. IMG-20210725-WA0010__01

Retrieved the Long URL back from the Short URL. IMG-20210725-WA0011__01

Example 2:

Created a Short URL by passing a Long URL. IMG-20210725-WA0012__01

Retrieved the Long URL back from the Short URL. IMG-20210725-WA0013__01

Database:

Table: longurl IMG-20210725-WA0014__01

Table: shorturl IMG-20210725-WA0015__01

Passed an invalid Short URL. IMG-20210725-WA0016__01

Passed a valid Short URL which does not exists. IMG-20210725-WA0017__01

About

Created a URL Shortener Web App (Micro-service) using Spring Boot + Hibernate + MySQL + RESTful APIs


Languages

Language:Java 100.0%