Sid200026 / URL-Shortener

An URL Shortener made using Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An URL Shortener made using Django


Languages

Language:Python 73.2%Language:HTML 16.4%Language:CSS 10.5%