Web service to shorten urls alongwith statistics of shortened url clicks in the past 30 days.
-
Clone the repo.
-
Install Python on your machine.
-
Run the following commands on the terminal
pip install virtualenvpython -m venv env.\env\Scripts\activatepip install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py runserver//This is for running the site locally -
A link http://127.0.0.1:8000/ will be generated. ctrl+click on it. The site will open in the browser.