URL Shortener is a sleek and user-friendly URL shortener website that transforms long links into concise, shareable URLs.This project is done using Python django for Backend with pyshorteners library for shortening and Html, Css, Bootstrap for Frontend and SQLite as Database
- Short your URL: User can
Shortentheir wanted long URL andcopythe short URL. - Display URL to copy.
- Framework: Django
- Language: Python
- Database: SQLite
- Frontend: HTML/CSS/JAVASCRIPT
- Python 3.9 or above
- Django 4.1.2
- A virtual environment (recommended)
- Clone the repository
git clone https://github.com/muhammedadil1024/URL-Shortener-django.git- Navigate to the project directory
cd URL-Shortener-django- Create and activate a virtual environment
python -m venv venv
venv\Scripts\activate- Install dependencies
pip install -r requirements.txt- Set up the database(optional for this project)
python manage.py makemigrations
python manage.py migrate- Run the development server
python manage.py runserver- Email: muhammedadilpv292@gmail.com
- GitHub: Muhammed Adil
- LinkedIn: Muhammed Adil
Thank You!
