The issue tracker service of the project SentiStrength.
> cd src
> go build -o IssueTrackerBefore running, please set up your own config.yaml
sever.addris the address that your server listens to.datasource.useris the username of your database.datasource.passwordis the name of the environment variable that stores your database's password.datasource.suffixcontains the address of your database.
And you're recommended to set up the env GH_TOKEN to your own token, which is used to authorize the GitHub client.
Then you can simply run it by:
> ./IssueTracker config.yaml
# Usage: ./IssueTracker <path/to/config.yaml>Note: About the SQL DDL of the database, please take reference to the
sqldirectory of SentiStrength.