A varied implementation of url shortener service of my own, rather than piggy-backing on other reputable url shortener services such as Bitly/TinyURL etc.
In short, I'm just doing this for passionate fun.
Ver 1.0: Implemented URL Shortener Service using Python and Redis, included Base64 encodings for string-based urls;
Implement Base64 encoding/decoding for shortened urlsUse Redis for storing key/value pairs for each shortened url parsedAlso use redis to store every accessed shortened url in the redis database- Add a trivial unit testing script.
- Convert this tool into actual service using Flask.
This project is licensed under the MIT License - see the LICENSE.md file for details