Displays list of github members with programming languages and count of repositories including this languages.
-
At first configure github organisation, github basic auth user and password (token) in
src/main/resources/application.yml
. Get your github access token here https://github.com/settings/tokens -
Start spring boot application with
./gradlew bootRun
on Linux or withgradlew.bat bootRun
on Windows. -
In browser go to http://localhost:8080/ for html format or http://localhost:8080/knowledge for json format.
- Use paging (only first result page is using now)
- Testing
- Persistence + Caching
- Deployment
- Monitoring