Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`