This project consumes the API of GitHub, GitLab and, in the future, another providers.
Download and install Go to run the project.
After install, in the root directory write the command to run the api:
go run main.go --log-level=debug --graphql-github-url=https://api.github.com/graphql --graphql-gitlab-url=https://gitlab.com/api/graphql --server-port=3001