Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 900 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 900 Bytes

C4GT Github App Backend

The C4GT is the backend for the C4GT Community Support App.

It is primarily an event driven application based around Github Webhooks received via a Github App Installation.

It's build on the quart web microframework.

How to Contribute

  • Raise or pick a ticket from open issues
  • All forks should be pulled from the development branch

Setup

set up .env file install dependencies in requirements.txt execute "flask run" in bash to start app

Reference

Github Webhook Reference

#docker compose up --build