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
$ git clone https://github.com/KushagraMehta/Repo-Checker.git$ cd Repo-Checker$ python -m venv env//OPTIONAL$ .\env\Script\activate//OPTIONAL$ pip install -r requirement.txt$ python manage.py makemigrations$ python manage.py migrate$ python manage.py migrate --run-syncdb$ python manage.py runserver
- Visualize Github user commit history.
- Visualize Commit History per repository as well as total commit.
