URL Shortener Backend

  • Tech Stack: Python3, FastAPI, MongoDB, Memcached, Docker, Kubernetes
  • Github URL: Project Link

FastAPI based URL Shortening Service Backend.

The URL Shortener is a program which takes a Long URL in input and provides a Short URL in output. This Program uses MongoDB to Store Data Permanently in Key value pairs. But also uses Memcached to Store Data in Cache Memory for Faster Access.