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: 3 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T20:31:32.000Z (over 2 years ago)
- Last Synced: 2025-03-14T00:33:54.075Z (over 1 year ago)
- Topics: bitly, django, url, url-shortener
- Language: Python
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An URL Shortener made using Django
## Example

## 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`