Skip to content

satyam-64136/URL-Shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL-Shortner

A simple and efficient URL shortener built with Python. This project allows users to convert long URLs into shorter, more manageable links, making it easier to share and track URLs.

Features

  • URL Shortening: Quickly generate short links from long URLs.
  • Link Tracking: Monitor the number of clicks on each shortened link.
  • User-Friendly Interface: Easy-to-use web interface for submitting and retrieving URLs.
  • Database Integration: Stores shortened links and their metadata for persistence.

Technologies Used

  • Python
  • Flask (or Django, if applicable)
  • SQLite (or another database of your choice)
  • HTML/CSS for frontend

Getting Started

To set up the project locally, follow these steps:

  1. Clone the repository:
       git clone https://github.com/satyam-64136/URL-Shortner.git
    
  2. Navigate to the project directory:
      cd URL-Shortner
    
  3. Install the required dependencies:
      pip install -r requirements.txt
    
  4. Run the application:
      python app.py
    

Usage

  1. Open your web browser and navigate to http://localhost:5000 (or the port you specified).
  2. Enter a long URL in the provided field and click "Shorten" to generate your new short link.
  3. Share the shortened link and track its performance!

##Contributing

  • Contributions are welcome! Feel free to fork the repository and submit pull requests.

Feel free to customize any sections to better fit your project’s specifics!

->A Python-based URL shortener that transforms long links into concise, shareable URLs. Featuring a user-friendly interface and link tracking, this project makes it easy to manage and monitor your links efficiently.

About

A Python-based URL shortener that transforms long links into concise, shareable URLs. Featuring a user-friendly interface and link tracking, this project makes it easy to manage and monitor your links efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors