Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 858 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 858 Bytes

Urly - URL Shortener

Welcome to Urly, a simple yet powerful URL shortener.

Demo

What does it do?

  • You set up a URL to be shortened.
  • The URL is stored in the database, and a redirect link is created.
  • You receive the shortened link URL and an ID to track link data.
  • The tracking data records every click, including user location, country, and platform.
  • The tracking data can be visualized using the track ID, providing graphs to enhance your click insights.

TODO:

  • Buy a domain.
  • Procure a cloud service to host the Flask app.

Until these TODOs are met, Urly cannot move forward.

Feel free to use this code under the provided license.

How to run:

pip install requirements.txt
python main.py