/shortener

Django project to short urls

Primary LanguagePython

Shortehn.ly

Shortehn.ly is a simple and modern URL shortener built with Django and styled with Tailwind CSS.

Features

  • Create short URLs from long ones
  • Track the number of clicks on each short URL
  • Modern and clean user interface

Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/shortehn.ly.git
    
  2. Navigate to the project directory:
    cd shortehn.ly
    
  3. Install the required packages:
    pip install -r requirements.txt
    
  4. Run the Django migrations:
    python manage.py migrate
    
  5. Start the development server:
    python manage.py runserver
    
  6. Open your web browser and navigate to http://localhost:8000.

Usage

To create a short URL, navigate to the home page and enter your long URL in the input field. Click the "Shorten" button to create your short URL.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.****