This is a web application for shortening URLs built with Python and Django. The app allows users to enter long URLs and generate short aliases that redirect to the original URLs.
- Shorten long URLs to short aliases
- Redirect short aliases to the original URLs
- Clone this repository to your local machine.
- Install Python 3 and pip on your machine if they are not already installed.
- Install the required Python packages by running pip install -r requirements.txt in your terminal
- Run the server by running python manage.py runserver in your terminal.
- Open a web browser and go to http://localhost:8000 to use the app
To create a short alias for a URL, follow these steps:
- Go to the app homepage
- Enter the long URL that you want to shorten in the input field
- Click on the "Shorten" button to generate the short alias.
- Copy the short alias and use it to access the original URL.
Copyright (c) [2023] MIT LICENSE
Linked - Catherine Kimani