Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 794 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 794 Bytes

Repo-Checker

A project using the Django framework where the details are fetch using Github API. It has an interactive dashboard with a daily statistical report of the activity done by the user

How to Build Project

  1. $ git clone https://github.com/KushagraMehta/Repo-Checker.git
  2. $ cd Repo-Checker
  3. $ python -m venv env //OPTIONAL
  4. $ .\env\Script\activate //OPTIONAL
  5. $ pip install -r requirement.txt
  6. $ python manage.py makemigrations
  7. $ python manage.py migrate
  8. $ python manage.py migrate --run-syncdb
  9. $ python manage.py runserver

Features

  • Visualize Github user commit history.
  • Visualize Commit History per repository as well as total commit.

Preview

End