Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 624 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 624 Bytes

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.

docker run -e POSTGRES_DB=issues -d -p 5432:5432 postgres
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.