Professional overview

The URL Shortener API is a backend service that generates shortened URLs and redirects users to the original URLs using unique short codes,

Purpose of the API

High-level backend architecture (overview)

Diagram placeholder

flowchart LR
start([Client]) --> api[API]
api --> db[(DateBase)]
db --> redirect([Redirect])

Main features