Golang API that returns Github user / stargazer usernames and repositories as well as follower repositories.
Utilizes the go-github package to interface with the Github API
To Build and Run:
NOTE 1: Port 8880 or the one specified in docker-compose.yml and main.go must be available.
NOTE 2: On Windows 10 Pro or greater? You can use Chocolatey to install Docker CE for Windows and everything else listed below.
Install Golang if you want to run the API on your host machine. If you wish to run the API in a Docker container, you can skip this step.