This is a web application, created with Python and Django.
It displays:
- User's name on GitHub
- List of user's public repositories
- Language statistics of user's public repositories
- User's recent activity (user's PushEvent events)
To run this application locally, clone this repo and run
docker compose up --build
App will be avaliable under
http://127.0.0.1:8000