url-shortner icon indicating copy to clipboard operation
url-shortner copied to clipboard

High scalable tiny-url app

URL Shortener

It takes long URLs and squeezes them into fewer characters to make a link easier to share.

Feature list

  • [X] Generate an URL short token
  • [X] Delete registered URL from DB
  • [X] Fetch url details via the token
  • [X] RDBMS (MySQL) datastore integration capability
  • [X] Multi node deployment support
  • [X] Configurable (toml)
  • [X] Administration REST APIs
  • [ ] Logging & HealthCheck
  • [ ] Set custom headers in redirection
  • [ ] Fetch page title
  • [ ] Collect statistics
  • [ ] Register an customer
  • [ ] Specific customer counter range