Gin HTTP server to run Starboard. Lists Github users repositories that have received stars.
App is hosted at Render.com. Just change your username to the request url.
https://starboard-sqrw.onrender.com/v2/stars/YOUR_USERNAME_HERE
Or in case of local development:
Start server:
go run main.go
HTTP GET request to:
http://localhost:8080/v1/stars/stscoundrel
or any other Github username.