K-7 / url-shortener

Django sample project for URL shortening

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url-shortener

Django URL shortener using MySQL database

Run the following commands for setup clone the repo git clone git@github.com:K-7/url-shortener.git

pip install -r requirements.txt

python manage.py migrate

python manage.py runserver

Access the local server at http://localhost:8000/

About

Django sample project for URL shortening


Languages

Language:Python 69.9%Language:HTML 29.1%Language:CSS 0.9%