Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sid200026/url-shortener
An URL Shortener made using Django
https://github.com/sid200026/url-shortener
bitly django url url-shortener
Last synced: 12 days ago
JSON representation
An URL Shortener made using Django
- Host: GitHub
- URL: https://github.com/sid200026/url-shortener
- Owner: Sid200026
- Created: 2019-10-24T18:23:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T22:57:53.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T20:38:12.511Z (almost 2 years ago)
- Topics: bitly, django, url, url-shortener
- Language: Python
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An URL Shortener made using Django
## Example
![](homepage.png)## To run this on your local machine
### 1. Fork this repo and then clone it
### 2. Change directory into the cloned folder
`pip3 install -r requirements.txt`
### Then
`cd UrlShortener`
### 3. Now we need to migrate the database
`python3 manage.py makemigrations``python3 manage.py migrate`
### To run this
`python3 manage.py runserver`