Skip to content

Cine-Pixel/Django-Url-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django URL shortener

Url shortener with analitics and authentication Demo

Screenshots

image

Run locally

  1. Clone the repo

    git clone https://github.com/Cine-Pixel/Django-Url-Shortener.git
  2. Create virtual environment and install dependencies

    pip install -r requirements.txt
  3. Apply migrations and run server

    python manage.py migrate
    python manage.py runserver