Issuer is a simple project to sync issues with Github through its Webhook
- List all issues from database
- Find a issue in database
- Save a issue in database (developing)
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
Developing...