/HowYouGit

Primary LanguageJavaScript

HowYouGit

How You Git is a project that provides informations about GitHub users using GitHub API.

Installing

  1. Clone this repo
  2. Make sure Python and pip is already installed
  3. Inside the project folder, install dependencies:
    • $ pip install -r requirements.txt
  4. Run:
    • $ python manage.py runserver
  5. If it doesn't work, try:
    • $ pip install django
  6. For problems with requests library, follow instructions in Get the Code: