Clone the github_stars to your local repository.
Make sure the python requests library is installed.
pip install requests
cd to the github_stars parent directory and run the server.
python manage.py runserver
In your browser go to localhost:8000
.
Give the form two github repository urls and hit submit.
The results page should compare number of watchers, stars and forks between the two repositories and highlight the winner.