Skip to content

Kryptofly/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLShortener

URLShortener is a simple Python-based web application using Flask that shortens long URLs.

Features

  • Input a long URL to get a shortened version.
  • Redirect from the shortened URL to the original URL.

Installation

  1. Clone the repository:

    git clone https://github.com/YOUR_USERNAME/URLShortener.git
    cd URLShortener
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Run the application:

    python app.py
  5. Open your web browser and go to http://127.0.0.1:5000.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published