https://github.com/iamakkkhil/url-shortener
This a URL Shortener Django project, which converts a entered url to a short version of that same url. It is a beginner friendly django project which helps to increase the readability of the url.
https://github.com/iamakkkhil/url-shortener
django python sqlite
Last synced: about 2 months ago
JSON representation
This a URL Shortener Django project, which converts a entered url to a short version of that same url. It is a beginner friendly django project which helps to increase the readability of the url.
- Host: GitHub
- URL: https://github.com/iamakkkhil/url-shortener
- Owner: iamakkkhil
- Created: 2021-07-21T18:00:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T11:25:34.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T19:43:46.912Z (over 1 year ago)
- Topics: django, python, sqlite
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Url Shortener using Django
This a URL Shortener Django project, which converts a entered url to a short version of that same url. It is a beginner friendly django project which helps to increase the readability of the url.
For a complete walkthrough of this project, you can have a look at this video:
https://user-images.githubusercontent.com/55273506/126631878-f256c0f0-7726-4cfa-b534-8bc9af9a0c7c.mp4
## Tech stack:
## Setup :
1. Install the [requirements.txt](./requirements.txt) in a virtual env.
```
pip install -r requirements.txt
```
2. Follow the link from Terminal to your local host **http://127.0.0.1:8000/** .
3. Enter the URL to shorteren up.
Test URL - https://www.django-rest-framework.org/tutorial/quickstart/#testing-our-api

5. Bravo! short version of url is ready.
Short version of Test URL - https://bitlyurl.herokuapp.com/deaf9

## Author
### [Akhil Bhalerao](https://github.com/iamakkkhil)