Skip to content
/ issuer Public

Issuer is a simple project to sync issues with Github through its Webhook

Notifications You must be signed in to change notification settings

alustau/issuer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issuer

Issuer is a simple project to sync issues with Github through its Webhook

Table of Contents

Features

  • List all issues from database
  • Find a issue in database
  • Save a issue in database (developing)

Installation

1- Clone this project running this:

$ git clone https://github.com/alustau/issuer.git 

2- Import database with file in database/sql/issuer.sql:

3- Enter in project folder:

$ cd issuer

4- Build the app:

$ go install

5- Boot the app:

$ issuer

6- You can also boot the app change config database:

$ issuer --database=issuer2

7- Go to http://0.0.0.0:8000/issue or http://0.0.0.0:8000/issue/1

Testing

Developing...

About

Issuer is a simple project to sync issues with Github through its Webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages