Skip to content

AyushPanday1/Url-shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url shortner

By this project you can shorten the long url into a simpler url code with base url.

Description:

Coding

Packages - Shortid , mongoose , axios , util and redis(Caching).

Approach:

Phase 1-

It takes the long url in frontend. Then it checks with the axios call for right url validation that exists. It creates a unique urlcode with base url and returns it to the user.

Phase 2-

It takes the url code and after checking it in cache or mongo db it redirects you to that particular Url.

Note :

I have used redis for caching purpose in this project for making the user interaction more powerful and time efficient.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published