Project- Open to Intern : https://github.com/AyushPanday1/Open-to-intern.git
Packages - Shortid , mongoose , axios , util and redis(Caching).
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.
I have used redis for caching purpose in this project for making the user interaction more powerful and time efficient.
