A Simple URL Shortener is a web application built using Django that allows users to shorten long URLs and redirect shortened URLs to their original destinations.
- Shorten URLs: Generate a shortened version of any long URL.
- Redirect to Original URLs: Use the shortened URL to redirect to the original URL.
- Django: Web framework for building the application.
- Postgres: Database for storing URL data.
- Render: For deploying project.
- Python 3.x
- Django 3.x or higher
- Open your web browser and go to
https://urlshortner-x97n.onrender.com
. - Enter the URL you want to shorten in the provided field and submit.
- Copy the shortened URL provided and use it as needed.