Skip to content

A web application designed using a robust and most popular python framework i.e Django. This webapp is capable of converting the long, wretched URL in short URL

Notifications You must be signed in to change notification settings

Dartpixel/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

URL-Shortener

A web application designed using a robust and most popular python framework i.e Django. This webapp is capable of converting the long, wretched URL in short URL.

Django Framework

It is a robust, powerful and user-friendly web development framework in Python.

Key Features:

Built-in admin interface for easy content management. Rapid development with reusable components and templates. Robust ORM for seamless database interactions. Scalable and secure, perfect for building complex web applications. Extensive community support and a vast ecosystem of packages.

Instruction for running web app

  1. Clone the repository to your local machine.
  2. Set up a virtual environment and install the required packages from requirements.txt.
  3. Configure the database settings in settings.py.
  4. Run migrations using python manage.py migrate.
  5. Start the development server with python manage.py runserver.
  6. The apllication we hosted in your local domain http://127.0.0.1:8000/

Please ensure that there are all the files and modules installed in your working directory for proper functioning of the application.

Landing Page of our Application

url1

Long URL will be inserted here

url2

Short URL will be given as output here

url3

Hope you like it ;)!

About

A web application designed using a robust and most popular python framework i.e Django. This webapp is capable of converting the long, wretched URL in short URL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published