Loading...
. /generateUrl :- POST API , that will generate the short url for the given long url
. /getUrl :- GET API, that will extract the long url corresponding to the short url
. CDN will deliver the urls faster to the users based on the regions, so that the users will redirect in few milli seconds.
. API Gateway - will be act as a authentication server so that the valid users only allowed to use the service.
. Load Balancer - When the load is coming, load balancer can redirect the load to different pods, so that the single pod cannot be overwhelmed by the load.