This is a url-shortening Django (3.0.6) application.
Instructions:
- git clone https://github.com/fbagirov/url_shortener.git
- cd url_shortener/
- virtualenv env
- source env/Script/activate
- cd url_shortener/
- pip install -r requirements.txt
- cd ..
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
- browse to 127.0.0.1:8000/urls/