Url shortener with analitics and authentication Demo
-
Clone the repo
git clone https://github.com/Cine-Pixel/Django-Url-Shortener.git
-
Create virtual environment and install dependencies
pip install -r requirements.txt
-
Apply migrations and run server
python manage.py migrate python manage.py runserver