项目作者: aybaze

项目描述 :
Aybaze Issues is a simple tool to keep our GitHub issues organized
高级语言: Go
项目地址: git://github.com/aybaze/issues.git
创建时间: 2019-10-26T15:34:02Z
项目社区:https://github.com/aybaze/issues

开源协议:Apache License 2.0

下载


Issues Actions Status

Issues is a simple GitHub App that we use at Aybaze to organize issues across multiple repositories.

Development

Start postgres and import sql/issues.sql.

  1. docker run -e POSTGRES_DB=issues -d -p 5432:5432 postgres
  2. psql -d issues -h localhost -U postgres < sql/issues.sql

Start ngrok http 8000 to tunnel port 8000 to a public endpoint for the development application.