Skip to content

In this project, you'll learn how to build a website that shortens URLs. Optimizing the length of your website's URLs is useful on space-sensitive forums, helps websites rank better in search results, and are also easier for users to type out.

License

Notifications You must be signed in to change notification settings

santoshvandari/LinkShortenerWebsite

Repository files navigation

URL Shortner

Introduction

This is the web-based application for making the short URL. It is developed using Python (Django Framework) as well as SQLite database(default) as a database.

Home Page

Home Page

Features

The URL Shortner has the following features.

  • It will Short the Given Long and Complex URL.
  • User can Copy the send the Shorted URL to other.
  • The Link won't Expire.

Usages

You System must have the following things to use this Blog App.

  • Installation of python and pip

    Python is available for every platform. Download it according to you os. You can download it from Here.

Follow the mentioned procedure to run this project in your local system.

  • Clone or Download the Repository
    git clone https://github.com/santoshvandari/LinkShortenerWebsite
    cd LinkShortenerWebsite
  • Create the Virtual Environment Before installing the requirements.
   python3 -m virtualenv venv #For Linux User
  • Activate the Virtual Environment
  source venv/bin/activate  #For Linux and MAC User
   Note: It is not Necessary to Create Virtual Environment but recommanded.
  • Install the Requirements
    pip install -r requirements.txt
  • Migrate the Model
    python3 manage.py makemigrations 
    python3 manage.py migrate
  • Run the Server
    python3 manage.py runserver #FOr Linux User
  • Open the url in Browser
   http://127.0.0.1:8000/  

Contributing

We welcome contributions! If you'd like to contribute to this Blog app, please check out our Contribution Guidelines.

Code of Conduct

Please review our Code of Conduct before participating in this app.

License

This project is licensed under the License.

About

In this project, you'll learn how to build a website that shortens URLs. Optimizing the length of your website's URLs is useful on space-sensitive forums, helps websites rank better in search results, and are also easier for users to type out.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages