Skip to content

samith01/UrlShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django URL Shortener

A simple URL shortener built with Django.

Features

  • Shorten long URLs
  • Redirect to original URLs using shortened links

Installation

Clone the repository:

git clone https://github.com/yourusername/django-url-shortener.git
cd django-url-shortener

Install dependencies:

pip install -r requirements.txt

Run migrations:

python manage.py migrate

Start the development server:

python manage.py runserver

Open your browser: http://127.0.0.1:8000/

Usage

Enter a URL to shorten on the homepage. Click "Shorten" to get a shortened URL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published