/cutly

cutly - A URL shortener with authentication support + custom URL + analytics

Primary LanguagePython

cutly

An URL shortener service (built with Django) like bit.ly (custom url generation + authentication support for multiple users + analytics)

Project Description

Total 2 apps are there,

  1. shortener : all url Shortening and redirecting to original URL is handled here.
  2. authenticator : for authentication purpose (supporting multi user)

ORM (Database Schema)