Welcome to the URL Shortener project! This application allows users to shorten long URLs into more manageable links.
- Shorten URLs: Convert long URLs into short links.
- User-Friendly Interface: Simple web interface for easy URL shortening.
- Easy Deployment: Instructions for deployment using Poetry.
To get started with the URL Shortener project, follow these steps.
- Python: 3.7 or higher.
- Poetry: Dependency management and virtual environment tool. Install it from the official Poetry website.
-
Clone the Repository:
git clone https://github.com/Sarthak5598/URL-Shortener.git cd URL-Shortener
-
Install Poetry (if you haven't already): Follow the instructions on the Poetry installation page to install Poetry on your system.
-
Install Dependencies:
poetry install
-
Activate the Virtual Environment:
poetry shell
-
Run Migrations (if applicable):
python manage.py migrate
-
Start the Development Server:
python manage.py runserver
-
Open your browser and visit http://127.0.0.1:8000 to use the URL Shortener.