Skip to content

shwetap3000/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django URL Shortener

This is a Django-based web application that shortens long URLs into compact, shareable links. It includes a simple UI for submitting URLs and redirect functionality for shortened links.

Features

  • Shorten long URLs into short codes
  • Clean, minimal UI using Django templates
  • Organized project structure for scalability

Technologies Used

  • Python
  • Django
  • HTML
  • CSS

Project Structure

├── manage.py # Django management script ├── db.sqlite3 # SQLite database ├── README.md # Project documentation ├── shortener/ # Django app for URL shortener │ ├── admin.py │ ├── apps.py │ ├── forms.py │ ├── models.py │ ├── tests.py │ ├── urls.py │ └── views.py ├── urlshortener/ # Django project settings │ ├── settings.py │ ├── urls.py │ ├── asgi.py │ └── wsgi.py ├── templates/ # HTML templates │ └── home.html ├── static/ # Static files (CSS, JS, images)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published