Skip to content

The issue tracker service of the project SentiStrength.

Notifications You must be signed in to change notification settings

SentiSamoyed/IssueTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IssueTracker

The issue tracker service of the project SentiStrength.

Usage

Build

> cd src
> go build -o IssueTracker

Run

Before running, please set up your own config.yaml

  • sever.addr is the address that your server listens to.
  • datasource.user is the username of your database.
  • datasource.password is the name of the environment variable that stores your database's password.
  • datasource.suffix contains 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 sql directory of SentiStrength.

About

The issue tracker service of the project SentiStrength.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published