A simple URL shortener built with Django.
- Shorten long URLs
- Redirect to original URLs using shortened links
Clone the repository:
git clone https://github.com/yourusername/django-url-shortener.git
cd django-url-shortenerInstall dependencies:
pip install -r requirements.txtRun migrations:
python manage.py migrateStart the development server:
python manage.py runserverOpen your browser: http://127.0.0.1:8000/
Enter a URL to shorten on the homepage. Click "Shorten" to get a shortened URL